UNPKG

design-react-kit

Version:

Componenti React per Bootstrap 5

11 lines 2.9 kB
import * as React from 'react'; export const component = ({ title, titleId, ...props }) => { return (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', viewBox: '0 0 24 24', xmlSpace: 'preserve', enableBackground: 'new 0 0 24 24', "aria-labelledby": titleId, ...props }, title ? React.createElement("title", { id: titleId }, title) : null, React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.5 2H14.7L19 6.3V16H18V7H15.5C14.6716 7 14 6.32843 14 5.5V3H6.5C6.22386 3 6 3.22386 6 3.5V16H5V3.5C5 2.67157 5.67157 2 6.5 2ZM17.3 6L15 3.7V5.5C15 5.77614 15.2239 6 15.5 6H17.3Z" }), React.createElement("path", { d: "m 17.402288,17.08612 0.89376,1.773332 0.915039,-1.773332 h 1.014347 l -1.390293,2.461385 1.390293,2.362079 h -1.08528 l -0.893759,-1.666932 -0.91504,1.666932 h -1.014346 l 1.390293,-2.312426 -1.390293,-2.511038 z" }), React.createElement("path", { d: "m 15.983627,21.831557 q -0.751893,0.163147 -1.354826,0.163147 -0.602933,0 -0.964692,-0.14896 -0.36176,-0.14896 -0.567467,-0.475253 -0.205706,-0.326293 -0.283733,-0.76608 -0.07803,-0.439786 -0.07803,-1.106559 0,-1.397386 0.390133,-1.943573 0.397227,-0.553279 1.454133,-0.553279 0.610026,0 1.411573,0.19152 l -0.02837,0.780266 q -0.702239,-0.1064 -1.170399,-0.1064 -0.461066,0 -0.65968,0.12768 -0.198613,0.120587 -0.29792,0.46816 -0.09221,0.347573 -0.09221,1.184586 0,0.837013 0.19152,1.163306 0.198613,0.3192 0.780266,0.3192 0.588747,0 1.248426,-0.09931 z" }), React.createElement("path", { d: "m 9.3017075,20.774651 q 0.2127999,0.368853 0.7873595,0.368853 0.57456,0 0.780267,-0.368853 0.212799,-0.375946 0.212799,-1.248426 0,-0.879573 -0.212799,-1.276799 -0.2128,-0.397227 -0.780267,-0.397227 -0.5674663,0 -0.7802662,0.397227 -0.2127998,0.397226 -0.2127998,1.276799 0,0.87248 0.2057065,1.248426 z m 2.3337055,0.624213 q -0.44688,0.59584 -1.546346,0.59584 -1.099466,0 -1.5534391,-0.59584 -0.4468798,-0.602933 -0.4468798,-1.879732 0,-1.2768 0.4468798,-1.893919 Q 8.989601,17.001 10.089067,17.001 q 1.099466,0 1.546346,0.624213 0.453973,0.617119 0.453973,1.893919 0,1.276799 -0.453973,1.879732 z" }), React.createElement("path", { d: "M 5.4003726,21.909584 H 3.776 V 17.08612 h 1.6243726 q 0.624213,0 1.0285328,0.134773 0.4043198,0.12768 0.624213,0.432693 0.2269866,0.29792 0.3121066,0.709333 0.08512,0.40432 0.08512,1.056906 0,0.652587 -0.078027,1.08528 -0.078027,0.4256 -0.2979199,0.766079 -0.2127999,0.333387 -0.624213,0.48944 -0.4114131,0.14896 -1.0498125,0.14896 z m 1.0285328,-1.915199 q 0.014187,-0.226987 0.014187,-0.624213 0,-0.40432 -0.028373,-0.645493 -0.028373,-0.241173 -0.1347732,-0.439787 -0.1064,-0.198613 -0.3191999,-0.269546 -0.2057065,-0.07803 -0.560373,-0.07803 H 4.7548795 v 3.121065 h 0.6454931 q 0.5319997,0 0.7731729,-0.269546 0.2057066,-0.219893 0.2553599,-0.794453 z" }))); }; //# sourceMappingURL=ItFileDocx.js.map