UNPKG

@semcore/icon

Version:
31 lines 3.05 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Prowly({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Prowly", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m1.915 7.661 1.991.78c-.035.088-.063.16-.093.232-.324.779-.574 1.58-.679 2.417-.078.637-.063 1.275.13 1.893.41 1.305 1.323 2.11 2.599 2.493 2.313.691 4.714-.858 5.074-3.244a3.981 3.981 0 0 0-2.454-4.3c-1.195-.48-2.395-.95-3.594-1.419-.566-.222-1.133-.443-1.698-.666-.057-.022-.11-.046-.166-.07l-.052-.024C4.42 3.51 7.64 1.004 11.988 1c4.198-.004 7.47 2.347 9.038 4.753l-.04.018a3.8 3.8 0 0 1-.178.076l-1.625.637c-1.196.468-2.393.937-3.586 1.414-1.357.544-2.207 1.54-2.507 2.972-.454 2.176 1.059 4.364 3.259 4.708 1.526.24 2.8-.257 3.79-1.442.474-.568.687-1.251.748-1.98.073-.89-.1-1.745-.372-2.585-.083-.257-.18-.51-.275-.765a38.508 38.508 0 0 1-.125-.335c.117-.094 1.676-.72 1.976-.792 1.496 3.154 1.513 8.702-2.785 12.541-4.135 3.694-10.408 3.71-14.578.029C.417 16.446.395 10.883 1.915 7.66Zm2.99 9.642c1.49 2.034 4.278 3.68 7.537 3.522 3.185-.157 5.59-2 6.65-3.54-1.617.553-3.186.475-4.726-.245l-2.365 2.364-.108-.105-.08-.077a2421.869 2421.869 0 0 0-2.028-2.028c-.157-.157-.16-.156-.28-.099l-.068.032a5.913 5.913 0 0 1-3.546.417 9.278 9.278 0 0 1-.66-.157 20.54 20.54 0 0 0-.327-.084Zm2.36-11.996c.614.243 1.208.478 1.805.705a6.053 6.053 0 0 1 2.79 2.128l.131.175.01.014.15-.204a5.972 5.972 0 0 1 2.677-2.071c.598-.237 1.197-.471 1.796-.706l.548-.215c.063-.024.124-.053.208-.091l.038-.017c-1.62-1.236-3.42-1.86-5.423-1.86-2.002.002-3.79.648-5.424 1.868l.692.274Zm4.725 10.97.024-.025c.19-.187.37-.367.556-.552l-.267-.34-.305-.387-.241.307-.33.42c.128.133.252.259.375.385l.188.191Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.006 14.562a2.917 2.917 0 0 1-2.93-2.926c-.01-1.608 1.31-2.92 2.913-2.922a2.93 2.93 0 0 1 2.941 2.918 2.924 2.924 0 0 1-2.924 2.93Zm-.013-2.197a.732.732 0 0 0 .746-.718.747.747 0 0 0-.724-.747.733.733 0 0 0-.74.725.718.718 0 0 0 .718.74Zm7.073-.74a2.927 2.927 0 0 0 5.853.037 2.923 2.923 0 0 0-2.907-2.95 2.93 2.93 0 0 0-2.946 2.913Zm2.917-.722a.73.73 0 0 1 .738.724.718.718 0 0 1-.716.74.732.732 0 0 1-.746-.718.744.744 0 0 1 .724-.746Z", shapeRendering: "geometricPrecision" })); } Prowly.displayName = 'Prowly'; export default createBaseComponent(Prowly);