UNPKG

@semcore/icon

Version:
31 lines 2.28 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootAdsToolkit({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "AdsToolkit", "data-group": "", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M10.07 3.215a9.074 9.074 0 0 1 4.932.285 9.033 9.033 0 0 1 4.044 2.824 8.966 8.966 0 0 1 1.946 4.52 1 1 0 0 1-.868 1.117 1.003 1.003 0 0 1-1.123-.863 6.975 6.975 0 0 0-1.513-3.515 7.026 7.026 0 0 0-3.146-2.197 7.058 7.058 0 0 0-7.215 1.599 6.983 6.983 0 0 0-1.912 3.317 6.959 6.959 0 0 0 .128 3.822 6.99 6.99 0 0 0 2.129 3.183 7.042 7.042 0 0 0 3.494 1.592 1 1 0 1 1-.305 1.974 9.052 9.052 0 0 1-4.492-2.047 8.987 8.987 0 0 1-2.738-4.093 8.947 8.947 0 0 1-.164-4.913 8.979 8.979 0 0 1 2.458-4.265 9.046 9.046 0 0 1 4.345-2.34Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M10.297 7.303a5.04 5.04 0 0 1 4.05.255c.62.32 1.166.767 1.603 1.31a.996.996 0 0 1-.156 1.404 1.007 1.007 0 0 1-1.41-.156A3.006 3.006 0 0 0 12.222 9a3.025 3.025 0 0 0-2.285.837 2.996 2.996 0 0 0-.915 2.246 2.984 2.984 0 0 0 1.053 2.185.995.995 0 0 1 .111 1.408c-.36.419-.993.468-1.415.11a4.998 4.998 0 0 1-1.755-3.641 4.972 4.972 0 0 1 1.525-3.743 5.022 5.022 0 0 1 1.755-1.098Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M13.147 11.982c-.768-.232-1.485.482-1.252 1.246l1.959 6.418c.22.721 1.134.949 1.67.415l1.007-1.002 1.656 1.648c.392.39 1.027.39 1.42 0l1.056-1.051a.995.995 0 0 0 0-1.413l-1.656-1.648 1.007-1.002a.997.997 0 0 0-.418-1.662l-6.449-1.949Z", shapeRendering: "geometricPrecision" })); } RootAdsToolkit.displayName = 'AdsToolkit'; const AdsToolkit = createBaseComponent(RootAdsToolkit); export { AdsToolkit as default };