UNPKG

@semcore/icon

Version:
40 lines 2.66 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 Yext({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Yext", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M5.62001 6.16921L4.05912 4.30893L4.70255 3.76904L6.04001 5.3628L7.37746 3.76904L8.02089 4.30893L6.46001 6.16921V7.60992H5.62001V6.16921Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 7.60992C11.0492 7.60992 11.9 6.75915 11.9 5.70992V5.60992H11.06V5.70992C11.06 6.29536 10.5854 6.76992 10 6.76992C9.8837 6.76992 9.77193 6.75117 9.66741 6.71661L11.6386 4.74539L11.5946 4.67748C11.256 4.15588 10.6687 3.81014 10 3.81014C8.95055 3.81014 8.10001 4.66092 8.10001 5.71014C8.10001 6.75938 8.95056 7.60992 10 7.60992ZM9.03898 6.15708C8.9756 6.02129 8.94023 5.86988 8.94023 5.70992C8.94003 5.12452 9.41456 4.64992 10 4.64992C10.1599 4.64992 10.3114 4.68541 10.4472 4.74888L9.03898 6.15708Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M7.42733 8.2685L8.02143 8.86259L6.63388 10.2499L8.02143 11.6372L7.42733 12.2313L6.04001 10.8438L4.65268 12.2313L4.05858 11.6372L5.44613 10.2499L4.05858 8.86259L4.65268 8.2685L6.04001 9.65605L7.42733 8.2685Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M8.18001 9.22992V8.38992H11.9V9.22992H10.46V12.1099H9.62001V9.22992H8.18001Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 16.0098C12.4183 16.0098 16 12.428 16 8.00977C16 3.59149 12.4183 0.00976562 8 0.00976562C3.58172 0.00976562 0 3.59149 0 8.00977C0 12.428 3.58172 16.0098 8 16.0098ZM8 14.0098C11.3137 14.0098 14 11.3235 14 8.00977C14 4.69606 11.3137 2.00977 8 2.00977C4.68629 2.00977 2 4.69606 2 8.00977C2 11.3235 4.68629 14.0098 8 14.0098Z", shapeRendering: "geometricPrecision" })); } Yext.displayName = 'Yext'; export default createBaseComponent(Yext);