UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.48 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var FrozenMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.70049 2.46967C8.99339 2.17678 9.46826 2.17678 9.76115 2.46967L12.0001 4.70857L14.239 2.46967C14.5318 2.17678 15.0067 2.17678 15.2996 2.46967C15.5925 2.76256 15.5925 3.23744 15.2996 3.53033L12.7501 6.07989V11.25H17.9201L20.4697 8.70043C20.7626 8.40754 21.2375 8.40754 21.5304 8.70043C21.8232 8.99332 21.8232 9.4682 21.5304 9.76109L19.2915 12L21.5304 14.2389C21.8232 14.5318 21.8232 15.0067 21.5304 15.2996C21.2375 15.5924 20.7626 15.5924 20.4697 15.2996L17.9201 12.75H12.7501V17.9201L15.2996 20.4697C15.5925 20.7626 15.5925 21.2374 15.2996 21.5303C15.0067 21.8232 14.5318 21.8232 14.239 21.5303L12.0001 19.2914L9.76115 21.5303C9.46826 21.8232 8.99339 21.8232 8.70049 21.5303C8.4076 21.2374 8.4076 20.7626 8.70049 20.4697L11.2501 17.9201V12.75H6.07989L3.53033 15.2996C3.23744 15.5924 2.76256 15.5924 2.46967 15.2996C2.17678 15.0067 2.17678 14.5318 2.46967 14.2389L4.70857 12L2.46967 9.76109C2.17678 9.4682 2.17678 8.99332 2.46967 8.70043C2.76256 8.40754 3.23744 8.40754 3.53033 8.70043L6.07989 11.25H11.2501V6.07989L8.70049 3.53033C8.4076 3.23744 8.4076 2.76256 8.70049 2.46967ZM6.62349 6.62351C6.91638 6.33062 7.39125 6.33062 7.68415 6.62351L9.76107 8.70043C10.054 8.99333 10.054 9.4682 9.76107 9.76109C9.46818 10.054 8.9933 10.054 8.70041 9.76109L6.62349 7.68417C6.33059 7.39128 6.33059 6.9164 6.62349 6.62351ZM17.3766 6.62351C17.6695 6.9164 17.6695 7.39128 17.3766 7.68417L15.2996 9.76109C15.0067 10.054 14.5319 10.054 14.239 9.76109C13.9461 9.4682 13.9461 8.99333 14.239 8.70043L16.3159 6.62351C16.6088 6.33062 17.0837 6.33062 17.3766 6.62351ZM9.76107 14.2389C10.054 14.5318 10.054 15.0067 9.76107 15.2996L7.68415 17.3765C7.39125 17.6694 6.91638 17.6694 6.62349 17.3765C6.33059 17.0836 6.33059 16.6087 6.62349 16.3158L8.70041 14.2389C8.9933 13.946 9.46818 13.946 9.76107 14.2389ZM14.239 14.2389C14.5319 13.946 15.0067 13.946 15.2996 14.2389L17.3766 16.3158C17.6695 16.6087 17.6695 17.0836 17.3766 17.3765C17.0837 17.6694 16.6088 17.6694 16.3159 17.3765L14.239 15.2996C13.9461 15.0067 13.9461 14.5318 14.239 14.2389Z", fill: "currentColor" }))); }); FrozenMIcon.displayName = 'FrozenMIcon';