@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 • 1.26 kB
JavaScript
import r from"react";import n from"react";var a=({children:t,size:e=24,ariaLabel:s,color:p,ariaHidden:o=!0,style:i,...l})=>n.createElement("svg",{...l,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...i}},s&&!o&&n.createElement("title",null,s),t);var c=t=>r.createElement(a,{...t,ariaLabel:"secret-phrase, code, private-phrase"},r.createElement("path",{d:"M21 5H3V19H21V5Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M7 9H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M14 9H17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M7 12H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M14 12H17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M7 15H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),r.createElement("path",{d:"M14 15H17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),C=c;export{c as IconSecretPhrase,C as default};
//# sourceMappingURL=index.mjs.map