UNPKG

@semcore/icon

Version:
61 lines 3.29 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 = '21', height = '16', viewBox = '0 0 21 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Discover", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M21 14.55c0 .8-.6 1.45-1.31 1.45H1.3C.6 16 0 15.35 0 14.55V1.45C0 .65.6 0 1.31 0H19.7C20.4 0 21 .65 21 1.45v13.1Z", fill: "#EBEBEB", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M11.48 9.33c.91 0 1.64-.74 1.64-1.66 0-.92-.73-1.67-1.64-1.67-.9 0-1.64.75-1.64 1.67 0 .92.74 1.66 1.64 1.66Z", fill: "url(#intergalactic-icon-Discover_m_a-4.53.1)", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M.98 6H0v3.33h.98c.92 0 1.65-.73 1.65-1.66C2.63 6.73 1.9 6 .98 6Zm0 .67c.53 0 .99.46.99 1 0 .53-.46 1-.99 1H.66v-2h.32Z", fill: "#231F20", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M3.94 6h-.66v3.33h.66V6ZM5.9 7.27c-.39-.14-.45-.2-.45-.4s.2-.34.46-.34c.2 0 .32.07.52.27l.33-.4c-.26-.27-.6-.4-.99-.4-.59 0-.98.4-.98.93 0 .47.2.67.79.87.26.07.4.13.46.2.13.07.2.2.2.33 0 .27-.2.47-.53.47s-.53-.13-.72-.4l-.4.33c.33.4.66.6 1.12.6.66 0 1.11-.4 1.11-1.06.07-.47-.13-.74-.91-1ZM8.86 8.67c.26 0 .46-.14.66-.27v.8c-.2.07-.4.13-.66.13-.92 0-1.64-.73-1.64-1.66 0-.94.72-1.67 1.64-1.67.26 0 .46.07.66.13v.8c-.2-.13-.4-.26-.66-.26-.53 0-.99.46-.99 1 0 .53.46 1 .99 1ZM14.9 6l-.66 2.2-.66-2.2h-.72l1.05 3.33h.72L15.62 6h-.72ZM17.72 6v.67H16.4v.66h1.3V8h-1.3v.67h1.3v.66h-1.96V6h1.97Z", fill: "#231F20", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.82 7.93a.93.93 0 0 0 .85-.93c0-.6-.46-1-1.31-1h-.98v3.33h.65V8h.07l.98 1.33H21l-1.18-1.4Zm-.79-.4h.2c.46 0 .72-.2.72-.53 0-.27-.26-.47-.72-.47h-.2v1Z", fill: "#231F20", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M5.9 16c3.62-.67 13.13-3.33 15.1-5.67v4.34c0 .73-.6 1.33-1.31 1.33H5.9Z", 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(-.98438 -2 1.98103 -.97504 12.14 8.67)" }, /*#__PURE__*/React.createElement("stop", { stopColor: "#FF8400" }), /*#__PURE__*/React.createElement("stop", { offset: "1", stopColor: "#CC3F00" })))); } Discover.displayName = 'Discover'; export default createBaseComponent(Discover);