Add icon for custom category
parent
2fdd9fee34
commit
153998ca2c
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24">
|
||||
<g transform="translate(2.000000, 1.000000)">
|
||||
<rect id="Rectangle" x="8" y="0" width="3" height="21" rx="1.5"></rect>
|
||||
<rect id="Rectangle" transform="translate(9.843, 10.549) rotate(60) translate(-9.843, -10.549) " x="8.343" y="0.049" width="3" height="21" rx="1.5"></rect>
|
||||
<rect id="Rectangle" transform="translate(9.843, 10.549) rotate(-60) translate(-9.843, -10.549) " x="8.343" y="0.049" width="3" height="21" rx="1.5"></rect>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 549 B |
|
@ -7,3 +7,4 @@ export { default as People } from './people.svg'
|
|||
export { default as Places } from './places.svg'
|
||||
export { default as Recent } from './recent.svg'
|
||||
export { default as Symbols } from './symbols.svg'
|
||||
export { default as Custom } from './custom.svg'
|
||||
|
|
Loading…
Reference in New Issue