UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.26 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 Svg30secondsofcode = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.895 12c0 .734-.593 1.328-1.324 1.328h-.58a6.666 6.666 0 01-.389 5.09 6.633 6.633 0 01-2.22 2.508 6.6 6.6 0 01-9.028-1.619l-.044-.06c-.47-.563-.397-1.4.163-1.872a1.32 1.32 0 011.864.164l.158.207a3.972 3.972 0 003.523 1.63 3.96 3.96 0 003.226-2.163A3.997 3.997 0 007.771 12 3.977 3.977 0 009.45 9.927a3.997 3.997 0 00-1.537-4.644 3.96 3.96 0 00-5.417.971l-.158.208a1.32 1.32 0 01-1.864.163A1.332 1.332 0 01.31 4.754l.044-.061a6.622 6.622 0 012.583-2.128 6.595 6.595 0 016.446.51 6.634 6.634 0 012.22 2.506 6.662 6.662 0 01.389 5.09h.58c.73 0 1.323.595 1.323 1.329zm-.067 5.21a8.28 8.28 0 01-1.196 2.811 6.628 6.628 0 004.717 1.964A6.654 6.654 0 0024 15.328V8.672a6.654 6.654 0 00-6.651-6.657c-1.844 0-3.513.75-4.717 1.964a8.28 8.28 0 011.196 2.81 3.99 3.99 0 017.511 1.883v6.656a3.992 3.992 0 01-7.51 1.883z" })); exports.default = Svg30secondsofcode;