UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 3.31 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LightMIcon = 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: "M12 2.24994C12.4142 2.24994 12.75 2.58573 12.75 2.99994V4.38456C12.75 4.79877 12.4142 5.13456 12 5.13456C11.5858 5.13456 11.25 4.79877 11.25 4.38456V2.99994C11.25 2.58573 11.5858 2.24994 12 2.24994ZM5.1004 5.10038C5.39329 4.80749 5.86816 4.80749 6.16106 5.10038L7.14414 6.08346C7.43703 6.37636 7.43703 6.85123 7.14414 7.14412C6.85124 7.43702 6.37637 7.43702 6.08348 7.14412L5.1004 6.16104C4.8075 5.86815 4.8075 5.39328 5.1004 5.10038ZM18.8997 5.10038C19.1926 5.39328 19.1926 5.86815 18.8997 6.16104L17.9166 7.14412C17.6237 7.43702 17.1488 7.43702 16.8559 7.14412C16.563 6.85123 16.563 6.37636 16.8559 6.08346L17.839 5.10038C18.1319 4.80749 18.6068 4.80749 18.8997 5.10038ZM9.51355 9.51344C10.173 8.85398 11.0674 8.48349 12.0001 8.48349C12.4619 8.48349 12.9191 8.57445 13.3458 8.75117C13.7724 8.92789 14.1601 9.18691 14.4866 9.51344C14.8131 9.83998 15.0721 10.2276 15.2489 10.6543C15.4256 11.0809 15.5165 11.5382 15.5165 12C15.5165 12.4618 15.4256 12.919 15.2489 13.3457C15.0721 13.7723 14.8131 14.1599 14.4866 14.4865C14.1601 14.813 13.7724 15.072 13.3458 15.2488C12.9191 15.4255 12.4619 15.5164 12.0001 15.5164C11.0674 15.5164 10.173 15.1459 9.51355 14.4865C8.85409 13.827 8.4836 12.9326 8.4836 12C8.4836 11.0673 8.85409 10.1729 9.51355 9.51344ZM12.0001 9.98349C11.4653 9.98349 10.9524 10.1959 10.5742 10.5741C10.1961 10.9523 9.9836 11.4652 9.9836 12C9.9836 12.5348 10.1961 13.0477 10.5742 13.4258C10.9524 13.804 11.4653 14.0164 12.0001 14.0164C12.2649 14.0164 12.5271 13.9643 12.7717 13.8629C13.0164 13.7616 13.2387 13.6131 13.4259 13.4258C13.6132 13.2386 13.7617 13.0163 13.863 12.7716C13.9644 12.527 14.0165 12.2648 14.0165 12C14.0165 11.7352 13.9644 11.4729 13.863 11.2283C13.7617 10.9836 13.6132 10.7614 13.4259 10.5741C13.2387 10.3869 13.0164 10.2383 12.7717 10.137C12.5271 10.0357 12.2649 9.98349 12.0001 9.98349ZM2.25 12C2.25 11.5858 2.58579 11.25 3 11.25H4.38462C4.79883 11.25 5.13462 11.5858 5.13462 12C5.13462 12.4142 4.79883 12.75 4.38462 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12ZM18.8655 12C18.8655 11.5858 19.2013 11.25 19.6155 11.25H21.0001C21.4143 11.25 21.7501 11.5858 21.7501 12C21.7501 12.4142 21.4143 12.75 21.0001 12.75H19.6155C19.2013 12.75 18.8655 12.4142 18.8655 12ZM7.14414 16.8558C7.43703 17.1487 7.43703 17.6235 7.14414 17.9164L6.16106 18.8995C5.86816 19.1924 5.39329 19.1924 5.1004 18.8995C4.8075 18.6066 4.8075 18.1318 5.1004 17.8389L6.08348 16.8558C6.37637 16.5629 6.85124 16.5629 7.14414 16.8558ZM16.8559 16.8558C17.1488 16.5629 17.6237 16.5629 17.9166 16.8558L18.8997 17.8389C19.1926 18.1318 19.1926 18.6066 18.8997 18.8995C18.6068 19.1924 18.1319 19.1924 17.839 18.8995L16.8559 17.9164C16.563 17.6235 16.563 17.1487 16.8559 16.8558ZM12 18.8654C12.4142 18.8654 12.75 19.2011 12.75 19.6154V21C12.75 21.4142 12.4142 21.75 12 21.75C11.5858 21.75 11.25 21.4142 11.25 21V19.6154C11.25 19.2011 11.5858 18.8654 12 18.8654Z", fill: "currentColor" }))); }); LightMIcon.displayName = 'LightMIcon';