@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 2.81 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FrozenSIcon = 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_5188_25718)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.31592 0.46967C5.60882 0.176777 6.08369 0.176777 6.37659 0.46967L8.00011 2.09319L9.62363 0.46967C9.91652 0.176777 10.3914 0.176777 10.6843 0.46967C10.9772 0.762563 10.9772 1.23744 10.6843 1.53033L8.75011 3.46451V7.24998H12.5357L14.4699 5.3158C14.7628 5.02291 15.2377 5.02291 15.5306 5.3158C15.8235 5.6087 15.8235 6.08357 15.5306 6.37646L13.9071 7.99998L15.5306 9.62351C15.8235 9.9164 15.8235 10.3913 15.5306 10.6842C15.2377 10.9771 14.7628 10.9771 14.4699 10.6842L12.5357 8.74998H8.75011V12.5355L10.6843 14.4697C10.9772 14.7626 10.9772 15.2375 10.6843 15.5303C10.3914 15.8232 9.91652 15.8232 9.62363 15.5303L8.00011 13.9068L6.37659 15.5303C6.08369 15.8232 5.60882 15.8232 5.31592 15.5303C5.02303 15.2375 5.02303 14.7626 5.31592 14.4697L7.25011 12.5355V8.74998H3.46463L1.53045 10.6842C1.23756 10.9771 0.762685 10.9771 0.469792 10.6842C0.176899 10.3913 0.176899 9.9164 0.469792 9.62351L2.09331 7.99998L0.469792 6.37646C0.176899 6.08357 0.176899 5.6087 0.469792 5.3158C0.762685 5.02291 1.23756 5.02291 1.53045 5.3158L3.46463 7.24998H7.25011V3.46451L5.31592 1.53033C5.02303 1.23744 5.02303 0.762563 5.31592 0.46967ZM3.70047 3.70046C3.99336 3.40757 4.46824 3.40757 4.76113 3.70046L6.37652 5.31585C6.66941 5.60875 6.66941 6.08362 6.37652 6.37651C6.08363 6.6694 5.60875 6.6694 5.31586 6.37651L3.70047 4.76112C3.40758 4.46823 3.40758 3.99336 3.70047 3.70046ZM12.2998 3.70046C12.5927 3.99336 12.5927 4.46823 12.2998 4.76112L10.6844 6.37651C10.3915 6.6694 9.91662 6.6694 9.62373 6.37651C9.33083 6.08362 9.33083 5.60875 9.62373 5.31585L11.2391 3.70046C11.532 3.40757 12.0069 3.40757 12.2998 3.70046ZM6.37652 9.62349C6.66941 9.91638 6.66941 10.3913 6.37652 10.6841L4.76113 12.2995C4.46824 12.5924 3.99336 12.5924 3.70047 12.2995C3.40758 12.0066 3.40758 11.5318 3.70047 11.2389L5.31586 9.62349C5.60875 9.3306 6.08363 9.3306 6.37652 9.62349ZM9.62373 9.62349C9.91662 9.3306 10.3915 9.3306 10.6844 9.62349L12.2998 11.2389C12.5927 11.5318 12.5927 12.0066 12.2998 12.2995C12.0069 12.5924 11.532 12.5924 11.2391 12.2995L9.62373 10.6841C9.33083 10.3913 9.33083 9.91638 9.62373 9.62349Z", fill: "currentColor" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_5188_25718" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
FrozenSIcon.displayName = 'FrozenSIcon';