UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

16 lines 1.44 kB
import React from 'react'; export default function StampsFamous1(props) { return (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width={24} height={24} {...props}> <defs> <style dangerouslySetInnerHTML={{ __html: '.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}', }}/> </defs> <title>stamps-famous</title> <path className="a" d="M21,16.5a2.247,2.247,0,0,1,.843-1.756,3.761,3.761,0,0,0,1.407-2.935,3,3,0,0,0-1.285-2.462,2.25,2.25,0,0,1,.227-3.833A2,2,0,0,0,23.249,3.75a3,3,0,0,0-3-3,2,2,0,0,0-1.763,1.058A2.252,2.252,0,0,1,16.5,3a2.244,2.244,0,0,1-1.755-.843A3.764,3.764,0,0,0,11.808.75,3,3,0,0,0,9.346,2.035a2.25,2.25,0,0,1-3.833-.227A2,2,0,0,0,3.749.75a3,3,0,0,0-3,3A2,2,0,0,0,1.807,5.514a2.251,2.251,0,0,1,.35,3.742A3.759,3.759,0,0,0,.749,12.191a3,3,0,0,0,1.286,2.462,2.251,2.251,0,0,1-.228,3.833A2,2,0,0,0,.749,20.25a3,3,0,0,0,3,3,2,2,0,0,0,1.764-1.058,2.25,2.25,0,0,1,3.742-.349A3.764,3.764,0,0,0,12.19,23.25a3,3,0,0,0,2.462-1.285,2.251,2.251,0,0,1,3.834.227,2,2,0,0,0,1.763,1.058,3,3,0,0,0,3-3,2,2,0,0,0-1.058-1.764A2.249,2.249,0,0,1,21,16.5Z"/> <rect className="a" x="6.749" y="6.75" width="10.5" height="10.5"/> <polyline className="a" points="11.999 6.75 8.999 12.75 12.749 12.75 12.749 17.25"/> <path d="M14.249,8.625A1.125,1.125,0,1,0,15.374,9.75a1.125,1.125,0,0,0-1.125-1.125Z"/> </svg>); } //# sourceMappingURL=StampsFamous1.js.map