UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 1.54 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FrozenSIcon = 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", { clipPath: "url(#FrozenSIcon__a)" }, React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.316.47a.75.75 0 0 1 1.06 0L8 2.093 9.624.47a.75.75 0 0 1 1.06 1.06L8.75 3.465V7.25h3.786l1.934-1.934a.75.75 0 0 1 1.06 1.06L13.908 8l1.624 1.624a.75.75 0 1 1-1.061 1.06L12.536 8.75H8.75v3.786l1.934 1.934a.75.75 0 1 1-1.06 1.06L8 13.907 6.377 15.53a.75.75 0 0 1-1.061-1.06l1.934-1.934V8.75H3.465L1.53 10.684a.75.75 0 1 1-1.06-1.06L2.093 8 .47 6.376a.75.75 0 0 1 1.06-1.06L3.465 7.25H7.25V3.465L5.316 1.53a.75.75 0 0 1 0-1.06M3.7 3.7a.75.75 0 0 1 1.061 0l1.616 1.616a.75.75 0 0 1-1.061 1.06L3.7 4.762a.75.75 0 0 1 0-1.06m8.6 0a.75.75 0 0 1 0 1.061l-1.616 1.616a.75.75 0 0 1-1.06-1.061L11.239 3.7a.75.75 0 0 1 1.06 0M6.377 9.623a.75.75 0 0 1 0 1.061L4.76 12.3a.75.75 0 0 1-1.06-1.061l1.615-1.616a.75.75 0 0 1 1.06 0m3.247 0a.75.75 0 0 1 1.06 0L12.3 11.24a.75.75 0 1 1-1.06 1.06l-1.616-1.615a.75.75 0 0 1 0-1.06", clipRule: "evenodd" })), React.createElement("defs", null, React.createElement("clipPath", { id: "FrozenSIcon__a" }, React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); FrozenSIcon.displayName = 'FrozenSIcon';