iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 768 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const PowerButton = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.25 13.42a.75.75 0 001.5 0V2.75a.75.75 0 00-1.5 0v10.67z", fill: "#323544" }),
React.createElement("path", { d: "M19.625 12.875a7.628 7.628 0 00-5.375-7.288V4.03c3.951 1.003 6.875 4.583 6.875 8.846a9.125 9.125 0 01-18.25 0c0-4.263 2.924-7.844 6.875-8.846v1.558a7.625 7.625 0 109.875 7.287z", fill: "#323544" }));
exports.default = PowerButton;