UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.22 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 Leptos = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M10.097 17.876A6.207 6.207 0 015.834 12c0-3.393 2.773-6.166 6.166-6.166.248 0 .517.021.766.042a9.896 9.896 0 011.49-2.504 3.575 3.575 0 01-.85-2.296c0-.331.042-.662.146-.993A19.487 19.487 0 0012 0C5.38 0 0 5.38 0 12c0 4.366 2.338 8.172 5.814 10.283l.124-.062a8.434 8.434 0 004.159-4.345zm6.848-14.979c.662 0 1.262-.352 1.593-.952v-.02a12.32 12.32 0 00-3.269-1.49v.02a1.851 1.851 0 00-.124.642c0 .993.807 1.8 1.8 1.8zM19.924 3c-.662 1.014-1.758 1.634-2.98 1.634a3.54 3.54 0 01-.806-.103 3.153 3.153 0 01-.476-.145 8.75 8.75 0 00-1.22 1.945c2.275.993 3.724 3.186 3.724 5.669 0 3.393-2.773 6.166-6.166 6.166h-.145a10.374 10.374 0 01-4.117 5.048C9.062 23.71 10.51 24 12 24c6.62 0 12-5.38 12-12 0-3.58-1.572-6.807-4.076-9zm-8.848 4.67a4.428 4.428 0 101.849 8.661 4.428 4.428 0 10-1.85-8.66z" })); exports.default = Leptos;