@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.28 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var FrozenMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.7 2.47a.75.75 0 0 1 1.061 0l2.24 2.239 2.238-2.24a.75.75 0 1 1 1.06 1.061L12.75 6.08v5.17h5.17l2.55-2.55a.75.75 0 0 1 1.06 1.061L19.291 12l2.24 2.239a.75.75 0 0 1-1.061 1.06l-2.55-2.549h-5.17v5.17l2.55 2.55a.75.75 0 1 1-1.061 1.06L12 19.291l-2.239 2.24a.75.75 0 0 1-1.06-1.061l2.55-2.55v-5.17H6.08L3.53 15.3a.75.75 0 0 1-1.06-1.061L4.709 12l-2.24-2.239a.75.75 0 0 1 1.061-1.06l2.55 2.549h5.17V6.08L8.7 3.53a.75.75 0 0 1 0-1.06M6.623 6.624a.75.75 0 0 1 1.061 0L9.761 8.7a.75.75 0 1 1-1.06 1.061L6.622 7.684a.75.75 0 0 1 0-1.06m10.754 0a.75.75 0 0 1 0 1.06L15.3 9.761a.75.75 0 1 1-1.061-1.06l2.077-2.077a.75.75 0 0 1 1.06 0M9.76 14.239a.75.75 0 0 1 0 1.06l-2.077 2.078a.75.75 0 1 1-1.06-1.061L8.7 14.239a.75.75 0 0 1 1.061 0m4.478 0a.75.75 0 0 1 1.06 0l2.078 2.077a.75.75 0 0 1-1.061 1.06L14.239 15.3a.75.75 0 0 1 0-1.061", clipRule: "evenodd" }))); });
FrozenMIcon.displayName = 'FrozenMIcon';