@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 1.58 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FineSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { fill: "currentColor", clipPath: "url(#FineSIcon__a)" },
React.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.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.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.createElement("defs", null,
React.createElement("clipPath", { id: "FineSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
FineSIcon.displayName = 'FineSIcon';