@ozen-ui/icons
Version:
A collection of icons
12 lines (11 loc) • 3.11 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FineSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_7027_348)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.23079 0.25C4.64501 0.25 4.98079 0.585786 4.98079 1V1.86534H9.61542C10.0296 1.86534 10.3654 2.20113 10.3654 2.61534C10.3654 3.02955 10.0296 3.36534 9.61542 3.36534H4.98079V4.23078C4.98079 4.64499 4.64501 4.98078 4.23079 4.98078C3.81658 4.98078 3.48079 4.64499 3.48079 4.23078V1C3.48079 0.585786 3.81658 0.25 4.23079 0.25Z", fill: "currentColor" }),
React.createElement("path", { d: "M12.5193 1C12.5193 0.585786 12.1835 0.25 11.7693 0.25C11.3551 0.25 11.0193 0.585786 11.0193 1V2.6105L11.0193 2.61534L11.0193 2.62017V4.23078C11.0193 4.64499 11.3551 4.98078 11.7693 4.98078C12.1835 4.98078 12.5193 4.64499 12.5193 4.23078V3.36534H13.9231C14.0098 3.36534 14.093 3.39978 14.1543 3.46109C14.2156 3.5224 14.25 3.60556 14.25 3.69227V5.63458H1.75V3.69227C1.75 3.60556 1.78444 3.5224 1.84575 3.46109C1.90706 3.39978 1.99022 3.36534 2.07693 3.36534C2.49114 3.36534 2.82693 3.02955 2.82693 2.61534C2.82693 2.20113 2.49114 1.86534 2.07693 1.86534C1.59239 1.86534 1.12771 2.05782 0.785094 2.40043C0.442479 2.74305 0.25 3.20773 0.25 3.69227V13.9231C0.25 14.4076 0.442479 14.8723 0.785094 15.2149C1.12771 15.5575 1.5924 15.75 2.07693 15.75H7.74502L7.75 15.75C8.16421 15.75 8.5 15.4142 8.5 15C8.5 14.6735 8.29131 14.3956 8.00002 14.2927C7.92182 14.265 7.83767 14.25 7.75 14.25L2.07693 14.25C1.99022 14.25 1.90706 14.2155 1.84575 14.1542C1.78444 14.0929 1.75 14.0098 1.75 13.9231V7.13458H14.25V7.74275C14.25 8.15696 14.5858 8.5 15 8.5C15.4142 8.5 15.75 8.15696 15.75 7.74275V3.69227C15.75 3.20773 15.5576 2.74305 15.2149 2.40043C14.8723 2.05782 14.4076 1.86534 13.9231 1.86534H12.5193V1Z", fill: "currentColor" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.87408 10.8894C8.58004 10.6141 8.11843 10.6199 7.83148 10.9069C7.53859 11.1998 7.53859 11.6746 7.83148 11.9675L10.3943 14.5303C10.6872 14.8232 11.1621 14.8232 11.455 14.5303C11.7419 14.2434 11.7477 13.7818 11.4724 13.4877L11.9497 13.0104L13.4697 14.5303C13.7626 14.8232 14.2374 14.8232 14.5303 14.5303C14.8232 14.2374 14.8232 13.7626 14.5303 13.4697L13.0104 11.9498L13.4877 11.4724C13.7818 11.7477 14.2434 11.7419 14.5303 11.455C14.8232 11.1621 14.8232 10.6872 14.5303 10.3943L11.9675 7.83148C11.6746 7.53859 11.1997 7.53859 10.9069 7.83148C10.6199 8.11843 10.6141 8.58005 10.8894 8.87408L8.87408 10.8894ZM11.9497 9.93504L9.93503 11.9498L10.4121 12.4268L12.4268 10.4121L11.9497 9.93504Z", fill: "currentColor" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_7027_348" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
FineSIcon.displayName = 'FineSIcon';