@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.14 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PowerSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#clip0_315_396)" },
React.createElement("path", { d: "M8 1V6.92332M12.3077 2.48191C13.4566 3.37893 14.2969 4.61224 14.7112 6.00976C15.1256 7.40728 15.0933 8.8993 14.619 10.2776C14.1447 11.6559 13.252 12.8518 12.0654 13.6984C10.8788 14.545 9.4576 15 8 15C6.5424 15 5.12116 14.545 3.93458 13.6984C2.748 12.8518 1.85528 11.6559 1.38097 10.2776C0.906664 8.8993 0.874437 7.40728 1.28879 6.00976C1.70313 4.61224 2.54339 3.37893 3.69231 2.48191", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_315_396" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
PowerSIcon.displayName = 'PowerSIcon';