UNPKG

design-react-kit

Version:

Componenti React per Bootstrap 5

11 lines 2.44 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 15.625,17.085937 1.390625,2.511719 -1.390625,2.3125 h 1.013672 l 0.916015,-1.667969 0.892579,1.667969 h 1.085937 l -1.390625,-2.363281 1.390625,-2.460938 h -1.015625 l -0.914062,1.773438 -0.894532,-1.773438 z" }), React.createElement("path", { d: "m 8.9140625,17.085937 v 4.824219 H 11.660156 V 21.044922 H 9.8925781 v -3.958985 z" }), React.createElement("path", { d: "m 4.4179687,17.085937 1.3886719,2.511719 -1.3886719,2.3125 h 1.0136719 l 0.9140625,-1.667969 0.8945313,1.667969 h 1.0859375 l -1.390625,-2.363281 1.390625,-2.460938 H 7.3105469 L 6.3964844,18.859375 5.5019531,17.085937 Z" }), React.createElement("path", { d: "m 13.644531,17.001953 c -0.510719,0 -0.911887,0.117072 -1.205078,0.353516 C 12.146263,17.591913 12,17.951248 12,18.433594 c 0,0.383039 0.111727,0.682862 0.333984,0.90039 0.226987,0.2128 0.61356,0.398635 1.16211,0.554688 0.345208,0.09931 0.574007,0.190271 0.6875,0.27539 0.118222,0.08512 0.177734,0.204145 0.177734,0.355469 0,0.416142 -0.250692,0.623047 -0.751953,0.623047 -0.335751,0 -0.819455,-0.04183 -1.453125,-0.126953 l -0.09961,0.759766 0.255859,0.04883 c 0.534364,0.113493 0.984663,0.169922 1.353516,0.169922 0.496532,0 0.899654,-0.128584 1.207031,-0.388672 0.307378,-0.260089 0.460937,-0.6444 0.460937,-1.150391 0,-0.397225 -0.09405,-0.689751 -0.283203,-0.878906 -0.189156,-0.193885 -0.521252,-0.366254 -0.99414,-0.517578 -0.468159,-0.151324 -0.766852,-0.267265 -0.894532,-0.347657 -0.127679,-0.08039 -0.191406,-0.196331 -0.191406,-0.347656 0,-0.340479 0.257989,-0.511719 0.773438,-0.511719 0.274275,10e-7 0.745336,0.03762 1.412109,0.113282 l 0.07813,-0.771485 -0.255859,-0.05078 c -0.539093,-0.09458 -0.984047,-0.140625 -1.333985,-0.140625 z" }))); }; //# sourceMappingURL=ItFileXlsx.js.map