@ozen-ui/icons
Version:
A collection of icons
15 lines (14 loc) • 1.8 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FineSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FineSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { fill: "currentColor", clipPath: "url(#FineSIcon__a)" },
react_1.default.createElement("path", { fillRule: "evenodd", d: "M4.23.25a.75.75 0 0 1 .75.75v.865h4.635a.75.75 0 0 1 0 1.5H4.981v.866a.75.75 0 1 1-1.5 0V1a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }),
react_1.default.createElement("path", { d: "M12.52 1a.75.75 0 0 0-1.5 0v3.23a.75.75 0 0 0 1.5 0v-.865h1.403a.327.327 0 0 1 .327.327v1.943H1.75V3.692a.327.327 0 0 1 .327-.327.75.75 0 0 0 0-1.5A1.827 1.827 0 0 0 .25 3.692v10.231a1.827 1.827 0 0 0 1.827 1.827H7.75a.75.75 0 0 0 0-1.5H2.077a.327.327 0 0 1-.327-.327V7.135h12.5v.608c0 .414.336.757.75.757s.75-.343.75-.757v-4.05a1.827 1.827 0 0 0-1.827-1.828H12.52z" }),
react_1.default.createElement("path", { fillRule: "evenodd", d: "M8.874 10.89a.75.75 0 0 0-1.043 1.077l2.563 2.563a.75.75 0 0 0 1.078-1.042l.478-.478 1.52 1.52a.75.75 0 1 0 1.06-1.06l-1.52-1.52.478-.478a.75.75 0 0 0 1.042-1.078l-2.562-2.563a.75.75 0 0 0-1.079 1.043zm3.076-.955L9.935 11.95l.477.477 2.015-2.015z", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "FineSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.FineSIcon.displayName = 'FineSIcon';