UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.28 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LightMIcon = 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: "M12 2.25a.75.75 0 0 1 .75.75v1.385a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75M5.1 5.1a.75.75 0 0 1 1.061 0l.983.983a.75.75 0 0 1-1.06 1.061L5.1 6.161a.75.75 0 0 1 0-1.06m13.8 0a.75.75 0 0 1 0 1.061l-.983.983a.75.75 0 0 1-1.061-1.06l.983-.984a.75.75 0 0 1 1.06 0M9.514 9.513a3.516 3.516 0 1 1 4.973 4.973 3.516 3.516 0 0 1-4.973-4.973m2.486.47a2.016 2.016 0 1 0 0 4.033 2.016 2.016 0 0 0 0-4.033M2.25 12a.75.75 0 0 1 .75-.75h1.385a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75m16.616 0a.75.75 0 0 1 .75-.75H21a.75.75 0 0 1 0 1.5h-1.384a.75.75 0 0 1-.75-.75M7.144 16.856a.75.75 0 0 1 0 1.06l-.983.983a.75.75 0 0 1-1.06-1.06l.982-.983a.75.75 0 0 1 1.061 0m9.712 0a.75.75 0 0 1 1.06 0l.984.983a.75.75 0 1 1-1.061 1.06l-.983-.983a.75.75 0 0 1 0-1.06M12 18.866a.75.75 0 0 1 .75.75V21a.75.75 0 0 1-1.5 0v-1.385a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); }); LightMIcon.displayName = 'LightMIcon';