UNPKG

react-icon-library

Version:

A library of SVG icons for use in reactJS projects

13 lines 617 B
import React from 'react'; export default function DesignToolQuill21(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>design-tool-quill-2</title> <path className="a" d="M.775,22.222A19.434,19.434,0,0,1,23.249,2.015a18.29,18.29,0,0,1-3,7.457h-4.5s.539,1.2,1.466,3.328A19.422,19.422,0,0,1,1.081,17.608"/> </svg>); } //# sourceMappingURL=DesignToolQuill21.js.map