UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 2.43 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 Arc = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M23.937 8.509a2.951 2.951 0 00-.336-2.097 2.852 2.852 0 00-1.908-1.35 2.918 2.918 0 00-.562-.058h-.01c-1.377 0-2.533.988-2.807 2.338a6.956 6.956 0 01-.92 2.27.263.263 0 01-.236.12.263.263 0 01-.22-.146l-2.86-5.99c-.362-.763-1.013-1.362-1.823-1.598A2.875 2.875 0 008.85 3.522L5.897 9.733c-.079.163-.31.158-.378-.005v-.005a2.86 2.86 0 00-2.665-1.797c-.378 0-.751.073-1.108.22-1.472.615-2.129 2.35-1.52 3.82.558 1.33 1.472 2.586 2.66 3.669.084.078.11.2.063.304l-.956 2.008c-.673 1.419-.132 3.148 1.266 3.857.41.205.846.31 1.298.31a2.882 2.882 0 002.596-1.64l.825-1.729a.254.254 0 01.305-.136 11.46 11.46 0 003.006.42c1.119 0 2.222-.168 3.29-.478a.263.263 0 01.31.137l.814 1.713c.483 1.02 1.492 1.713 2.617 1.718.457 0 .898-.1 1.313-.31 1.403-.71 1.94-2.443 1.267-3.868l-1.025-2.154a.265.265 0 01.058-.305c1.986-1.85 3.452-4.272 4.004-6.973zM6.212 20.017a1.835 1.835 0 01-.676.762 1.835 1.835 0 01-.98.284c-.272 0-.55-.063-.808-.19-.904-.446-1.246-1.57-.81-2.48l.794-1.665c.068-.148.257-.2.383-.106.169.121.342.237.52.353.7.446 1.43.825 2.182 1.135a.26.26 0 01.141.352l-.746 1.555zm5.076-2.044c-4.209 0-8.654-2.853-10.126-6.495a1.829 1.829 0 011.01-2.38c.225-.09.456-.137.682-.137.725 0 1.409.43 1.698 1.145.92 2.281 4.004 4.21 6.736 4.21.42 0 .841-.042 1.256-.116a.264.264 0 01.284.142l1.377 2.9a.261.261 0 01-.163.363c-.899.237-1.818.368-2.754.368zm-.599-4.93l.636-1.334a.145.145 0 01.258 0l.62 1.303c.042.084-.016.19-.105.205a5.892 5.892 0 01-.8.058 5.063 5.063 0 01-.488-.026c-.11-.016-.163-.121-.12-.205zm8.46 7.825a1.831 1.831 0 01-2.032-.278 1.83 1.83 0 01-.432-.578L11.698 9.528c-.1-.21-.4-.21-.494 0L9.66 12.781a.262.262 0 01-.32.137c-1.051-.363-2.05-.978-2.79-1.719a.255.255 0 01-.048-.294l3.342-7.03a1.53 1.53 0 01.52-.621c1.052-.688 2.281-.258 2.738.704l6.858 14.425c.431.914.095 2.039-.81 2.485zm-1.444-9.648a.258.258 0 01.031-.273c.783-1.004 1.356-2.175 1.603-3.42a1.83 1.83 0 012.239-1.42c.972.242 1.534 1.251 1.33 2.234-.484 2.301-1.683 4.388-3.317 6.022a.263.263 0 01-.425-.068l-1.461-3.075z" })); exports.default = Arc;