UNPKG

@semcore/icon

Version:
24 lines 1.91 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 Organic({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Organic", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M14.332 10.973a1 1 0 0 0-.67-1.884c-3.367 1.198-5.858 2.748-7.887 4.361-.116.092-.23.187-.344.283a8.385 8.385 0 0 1-.404-2.62c.018-1.412.445-2.82 1.61-3.887C8.103 5.883 9.73 5.523 11.28 5.522c.783-.001 1.54.09 2.245.195l.466.072c.521.08 1.043.162 1.468.186 1.076.06 1.96.064 2.889-.09a10.359 10.359 0 0 0 1.648-.426c-.019 1.085-.104 2.488-.438 3.984-.514 2.307-1.6 4.737-3.868 6.471-.875.67-2.006 1.005-3.184 1.078-1.178.074-2.325-.12-3.16-.43a1 1 0 1 0-.695 1.875c1.103.41 2.53.642 3.98.551 1.45-.09 3-.51 4.274-1.485 2.766-2.116 4.03-5.041 4.605-7.625.515-2.307.497-4.421.488-5.532L21.996 4a1 1 0 0 0-1.391-.92c-1.112.472-1.875.713-2.586.831-.711.119-1.42.124-2.45.067-.316-.018-.694-.077-1.183-.152h-.001a80.114 80.114 0 0 0-.566-.087c-.737-.11-1.608-.218-2.541-.217-1.885.001-4.052.452-5.992 2.23-1.68 1.54-2.235 3.54-2.259 5.336a10.33 10.33 0 0 0 .85 4.18c-1.224 1.385-2.206 2.954-2.797 4.34a1 1 0 1 0 1.84.784c.752-1.766 2.285-3.933 4.1-5.376 1.88-1.496 4.18-2.928 7.312-4.043Z", shapeRendering: "geometricPrecision" })); } Organic.displayName = 'Organic'; export default createBaseComponent(Organic);