@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 682 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PowerOutlineMIcon = 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.249a.75.75 0 0 1 .75.75v7.616a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .75-.75M7.052 4.443a.75.75 0 0 1-.13 1.053 8.25 8.25 0 1 0 10.156 0A.75.75 0 1 1 18 4.313a9.75 9.75 0 1 1-12 0 .75.75 0 0 1 1.052.13", clipRule: "evenodd" }))); });
PowerOutlineMIcon.displayName = 'PowerOutlineMIcon';