File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/Icon/generated Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as React from 'react'
2
2
import { SVGProps } from 'react'
3
3
import createIcon from 'Components/Icon/createIcon'
4
4
5
- function SvgGifIcon ( props : SVGProps < SVGSVGElement > ) {
5
+ function SvgGiftIcon ( props : SVGProps < SVGSVGElement > ) {
6
6
return (
7
7
< svg
8
8
width = "1em"
@@ -16,10 +16,10 @@ function SvgGifIcon(props: SVGProps<SVGSVGElement>) {
16
16
fill = "currentColor"
17
17
fillRule = "evenodd"
18
18
clipRule = "evenodd"
19
- d = "M15.5 2C13.567 2 12 3.567 12 5.5C12 3.567 10.433 2 8 .5 2C6.567 2 5 3.567 5 5.5C5 6.0368 5.12085 6.54537 5.33682 7H5C3.89543 7 3 7.89543 3 9V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V9C21 7.89543 20.1046 7 19 7H18.6632C18.8792 6.54537 19 6.0368 19 5.5C19 3.567 17.433 2 15.5 2ZM15.5 7C16.3284 7 17 6.32843 17 5.5C17 4.67157 16.3284 4 15.5 4C14.6716 4 14 4.67157 14 5.5V7H15.5ZM8.5 7H10V5.5C10 4.67157 9.32843 4 8.5 4C7.67157 4 7 4.67157 7 5.5C7 6.32843 7.67157 7 8.5 7ZM5 9L5 19H10V9H5ZM14 9H19V19H14V9Z"
19
+ d = "M15.5 2A3.5 3.5 0 0 0 12 5 .5 3. 5 3.5 0 1 0 5.337 7H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-.337A3.5 3.5 0 0 0 15.5 2Zm0 5A1.5 1.5 0 1 0 14 5.5V7h1.5Zm-7 0H10V5.5A1.5 1.5 0 1 0 8.5 7ZM5 9v10h5V9H5Zm9 0h5v10h-5V9Z"
20
20
/>
21
21
</ svg >
22
22
)
23
23
}
24
24
25
- export default createIcon ( SvgGifIcon )
25
+ export default createIcon ( SvgGiftIcon )
You can’t perform that action at this time.
0 commit comments