UNPKG

@semcore/icon

Version:
61 lines 3.01 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 Discover({ width = '32', height = '24', viewBox = '0 0 32 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Discover", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M32 21.82c0 1.2-.9 2.18-2 2.18H2c-1.1 0-2-.98-2-2.18V2.18C0 .98.9 0 2 0h28c1.1 0 2 .98 2 2.18v19.64Z", fill: "#EBEBEB", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M17.5 14a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z", fill: "url(#intergalactic-icon-Discover_l_a-4.53.1)", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.5 9H0v5h1.5C2.9 14 4 12.9 4 11.5S2.9 9 1.5 9Zm0 1c.8 0 1.5.7 1.5 1.5S2.3 13 1.5 13H1v-3h.5Z", fill: "#231F20", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M6 9H5v5h1V9ZM9 10.9c-.6-.2-.7-.3-.7-.6s.3-.5.7-.5c.3 0 .5.1.8.4l.5-.6c-.4-.4-.9-.6-1.5-.6-.9 0-1.5.6-1.5 1.4 0 .7.3 1 1.2 1.3.4.1.6.2.7.3.2.1.3.3.3.5 0 .4-.3.7-.8.7s-.8-.2-1.1-.6l-.6.5c.5.6 1 .9 1.7.9 1 0 1.7-.6 1.7-1.6.1-.7-.2-1.1-1.4-1.5ZM13.5 13c.4 0 .7-.2 1-.4v1.2c-.3.1-.6.2-1 .2-1.4 0-2.5-1.1-2.5-2.5S12.1 9 13.5 9c.4 0 .7.1 1 .2v1.2c-.3-.2-.6-.4-1-.4-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5ZM22.7 9l-1 3.3-1-3.3h-1.1l1.6 5h1.1l1.5-5h-1.1ZM27 9v1h-2v1h2v1h-2v1h2v1h-3V9h3Z", fill: "#231F20", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M30.2 11.9c.8-.1 1.3-.7 1.3-1.4 0-.9-.7-1.5-2-1.5H28v5h1v-2h.1l1.5 2H32l-1.8-2.1Zm-1.2-.6h.3c.7 0 1.1-.3 1.1-.8 0-.4-.4-.7-1.1-.7H29v1.5Z", fill: "#231F20", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M9 24c5.5-1 20-5 23-8.5V22a2 2 0 0 1-2 2H9Z", fill: "#FE4F00", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", { id: "a", cx: "0", cy: "0", r: "1", gradientUnits: "userSpaceOnUse", gradientTransform: "matrix(-1.5 -3 3 -1.5 18.5 13)" }, /*#__PURE__*/React.createElement("stop", { stopColor: "#FF8400" }), /*#__PURE__*/React.createElement("stop", { offset: "1", stopColor: "#CC3F00" })))); } Discover.displayName = 'Discover'; export default createBaseComponent(Discover);