iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 616 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 Power = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-power", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M7.5 1v7h1V1z" }),
React.createElement("path", { d: "M3 8.812a5 5 0 012.578-4.375l-.485-.874A6 6 0 1011 3.616l-.501.865A5 5 0 113 8.812" }));
exports.default = Power;