@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 826 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PowerOutlineSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#PowerOutlineSIcon__a)" },
React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M8 1v5.923m4.308-4.441a7 7 0 1 1-8.616 0" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "PowerOutlineSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
PowerOutlineSIcon.displayName = 'PowerOutlineSIcon';