UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.09 kB
"use strict"; 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 Prepbytes = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0C5.427 0 .1 5.372.102 12c0 6.628 5.327 12 11.898 12s11.898-5.374 11.898-12c0-6.628-5.327-12-11.898-12zm1.408 7.16h1.127v3.914l.268-.185a3.565 3.565 0 012.252-.7c.01 0 .02.003.029.003a3.493 3.493 0 013.297 3.673c-.216 3.54-5.07 4.585-6.625 1.395-.376-.776-.348-.484-.375-4.506l.027-3.594zm-4.732.133a3.426 3.426 0 012.13.754 3.5 3.5 0 01-4.263 5.55c-.08-.053-.19-.106-.27-.16-.026 0-.027.857-.027 1.93v1.93H5.12v-3.19c0-3.861.001-4.076.377-4.828A3.606 3.606 0 017.91 7.375c.254-.057.51-.083.766-.082zm-.069 1.103a2.319 2.319 0 10.59.08 2.21 2.21 0 00-.59-.08zm8.42 2.897a2.379 2.379 0 00-.775 4.666 2.378 2.378 0 001.258-4.586 1.48 1.48 0 00-.483-.08z" })); exports.default = Prepbytes;