UNPKG

appirio-tech-react-components-test10

Version:

Topcoder UI Kit library of components for our React apps.

19 lines (16 loc) 1.12 kB
import React from 'react' const TrashIcon = ({ width = '16px', height = '16px' }) => { return ( <svg width={width} height={height} viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg"> <title>Combined Shape</title> <desc>Created with Sketch.</desc> <defs></defs> <g id="Page-1" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd"> <g id="Settings-form-elements" transform="translate(-1156.000000, -1407.000000)" fill="#888894"> <path d="M1168,1408 C1168,1407.4 1167.6,1407 1167,1407 L1161,1407 C1160.4,1407 1160,1407.4 1160,1408 L1160,1410 L1156,1410 L1156,1412 L1157,1412 L1157,1422 C1157,1422.6 1157.4,1423 1158,1423 L1170,1423 C1170.6,1423 1171,1422.6 1171,1422 L1171,1412 L1172,1412 L1172,1410 L1168,1410 L1168,1408 Z M1169,1421 L1159,1421 L1159,1412 L1169,1412 L1169,1421 Z M1162,1409 L1166,1409 L1166,1410 L1162,1410 L1162,1409 Z M1161,1414 L1163,1414 L1163,1420 L1161,1420 L1161,1414 Z M1165,1414 L1167,1414 L1167,1420 L1165,1420 L1165,1414 Z" id="Combined-Shape"></path> </g> </g> </svg> ) } export default TrashIcon