@central-icons-react/square-outlined-radius-0-stroke-2
Version:
A collection of square outlined React icons with 0px radius and 2px stroke width, designed for use in React applications.
2 lines • 770 B
JavaScript
import r from"react";import p from"react";var s=({children:e,size:t=24,ariaLabel:n,color:a,ariaHidden:o=!0,style:l,...m})=>p.createElement("svg",{...m,"aria-hidden":o,role:o?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...l}},n&&!o&&p.createElement("title",null,n),e);var c=e=>r.createElement(s,{...e,ariaLabel:"open-quote-2, blockquote"},r.createElement("path",{d:"M14 19H21V11H18V5C18 5 14 6.5 14 11V19Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement("path",{d:"M3 19H10L10.0039 11H7.00391L7 5C7 5 3 6.5 3 11V19Z",stroke:"currentColor",strokeWidth:"2"})),h=c;export{c as IconOpenQuote2,h as default};
//# sourceMappingURL=index.mjs.map