UNPKG

@scaleflex/icons

Version:
40 lines 3.62 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var NoLabels = intrinsicComponent(function (_ref, ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "NoLabels", ref: ref, width: size, height: size / (50 / 31), viewBox: "0 0 50 31", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M3.05641 19.7747C3.05641 19.5173 3.26167 19.3086 3.51488 19.3086H6.87696C7.13017 19.3086 7.33543 19.5173 7.33543 19.7747C7.33543 20.0321 7.13017 20.2408 6.87696 20.2408H3.51488C3.26167 20.2408 3.05641 20.0321 3.05641 19.7747Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M0.45847 15.8908C0.205264 15.8908 0 16.0995 0 16.3569C0 16.6143 0.205264 16.8229 0.45847 16.8229H5.65442C5.90762 16.8229 6.11289 16.6143 6.11289 16.3569C6.11289 16.0995 5.90762 15.8908 5.65442 15.8908H0.45847Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M46.9436 5.88992C46.9436 5.63252 46.7383 5.42385 46.4851 5.42385H43.123C42.8698 5.42385 42.6646 5.63252 42.6646 5.88992C42.6646 6.14733 42.8698 6.35599 43.123 6.35599H46.4851C46.7383 6.35599 46.9436 6.14733 46.9436 5.88992Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M49.5415 2.006C49.7947 2.006 50 2.21467 50 2.47207C50 2.72948 49.7947 2.93814 49.5415 2.93814H44.3456C44.0924 2.93814 43.8871 2.72948 43.8871 2.47207C43.8871 2.21467 44.0924 2.006 44.3456 2.006H49.5415Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M38.8853 18.3615C38.8853 17.6462 38.6394 17.0103 38.0656 16.5333L23.0656 1.90769C22.4918 1.35128 21.8361 0.953846 20.9344 0.55641C20.0328 0.158974 19.2131 0 18.4754 0H9.70491C8.9672 0 8.31148 0.238462 7.81967 0.794872C7.2459 1.35128 7 1.90769 7 2.62308V11.1282C7 11.8436 7.16394 12.6385 7.57378 13.5128C7.98362 14.3872 8.39344 15.1026 8.96721 15.5795L24.0492 30.2051C24.541 30.6821 25.1967 31 25.9344 31C26.6721 31 27.3279 30.7615 27.8197 30.2051L38.1475 20.1897C38.6394 19.7128 38.8853 19.0769 38.8853 18.3615ZM15.6885 8.42564C15.1967 8.90256 14.541 9.22051 13.8033 9.22051C13.0656 9.22051 12.4098 8.98205 11.918 8.42564C11.4262 7.94872 11.0984 7.31282 11.0984 6.59744C11.0984 5.88205 11.3443 5.24615 11.918 4.76923C12.4098 4.29231 13.0656 3.97436 13.8033 3.97436C14.541 3.97436 15.1967 4.21282 15.6885 4.76923C16.1803 5.24615 16.5082 5.88205 16.5082 6.59744C16.4262 7.31282 16.1803 7.94872 15.6885 8.42564Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M46.2623 16.4538L31.1803 1.90769C30.6066 1.35128 29.9508 0.953846 29.0492 0.55641C28.1475 0.158974 27.3279 0 26.5902 0H21.8361C22.5738 0 23.3935 0.158974 24.2951 0.55641C25.1967 0.953846 25.9344 1.35128 26.4262 1.90769L41.5082 16.4538C42 17.0103 42.3279 17.5667 42.3279 18.2821C42.3279 18.9974 42.082 19.6333 41.5082 20.1103L31.5902 29.7282C32 30.1256 32.4098 30.4436 32.7377 30.6821C33.0656 30.841 33.4754 31 33.9672 31C34.7049 31 35.3607 30.7615 35.8525 30.2051L46.1803 20.1897C46.6721 19.7128 47 19.0769 47 18.3615C47 17.6462 46.7541 17.0103 46.2623 16.4538Z", fill: color })); }); export default NoLabels;