@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.34 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PowerSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.PowerSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#clip0_315_396)" },
react_1.default.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_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "clip0_315_396" },
react_1.default.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
exports.PowerSIcon.displayName = 'PowerSIcon';