Add icon for custom category

release
Jakob Krigovsky 2017-05-26 11:23:57 +02:00
parent 2fdd9fee34
commit 153998ca2c
2 changed files with 8 additions and 0 deletions

7
src/svgs/custom.svg Normal file
View File

@ -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

View File

@ -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'