UNPKG

@scaleflex/icons

Version:
39 lines 3.71 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size", "ref"]; import React from 'react'; export var NoTags = function NoTags(_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, ref = _ref.ref, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "NoTags", ref: ref, width: size, height: size / (50 / 30), viewBox: "0 0 50 30", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.2 19.3131V22.4381C11.2 22.7506 11.5125 23.0631 11.825 23.1256H14.95C15.0125 23.1256 15.0125 23.1881 15.0125 23.1881L13.95 29.1881C13.8875 29.6256 14.2 30.0006 14.6375 30.0006H18.0125C18.3875 30.0006 18.6375 29.7506 18.7 29.4381L19.825 23.1881C19.825 23.1256 19.8875 23.1256 19.8875 23.1256H26.8875C26.95 23.1256 26.95 23.1881 26.95 23.1881L25.8875 29.1881C25.825 29.6256 26.1375 30.0006 26.575 30.0006H29.8875C30.2625 30.0006 30.5125 29.7506 30.575 29.4381L31.7 23.1881C31.7 23.1256 31.7625 23.1256 31.7625 23.1256H35.8875C36.2625 23.1256 36.575 22.8131 36.575 22.4381V19.3131C36.575 18.9381 36.2625 18.6256 35.8875 18.6256H32.5125L33.825 11.1881H37.7625C38.1375 11.1881 38.45 10.8756 38.45 10.5006V7.37561C38.45 7.00061 38.1375 6.68811 37.7625 6.68811H34.6375L35.7 0.81311C35.7625 0.37561 35.45 0.000610352 35.0125 0.000610352H31.6375C31.2625 0.000610352 31.0125 0.25061 30.95 0.56311L29.8875 6.62561C29.8875 6.68811 29.825 6.68811 29.825 6.68811H22.825C22.7625 6.68811 22.7625 6.62561 22.7625 6.62561L23.825 0.81311C23.8875 0.37561 23.575 0.000610352 23.1375 0.000610352H19.7625C19.3875 0.000610352 19.1375 0.25061 19.075 0.56311L18.0125 6.56311C18.0125 6.62561 17.95 6.62561 17.95 6.62561H13.825C13.45 6.62561 13.1375 6.93811 13.1375 7.31311V10.4381C13.1375 10.8131 13.45 11.1256 13.825 11.1256H17.1375C17.2 11.1256 17.2 11.1881 17.2 11.1881L15.8875 18.5631C15.8875 18.6256 15.825 18.6256 15.825 18.6256H11.8875C11.5125 18.6256 11.2 18.9381 11.2 19.3131ZM27.7 18.5631H20.7L21.95 11.1881C21.95 11.1256 22.0125 11.1256 22.0125 11.1256H29.0125C29.075 11.1256 29.075 11.1881 29.075 11.1881L27.7625 18.5006C27.7625 18.5631 27.7 18.5631 27.7 18.5631Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M45.5975 6.21401C45.5975 5.95349 45.8087 5.74231 46.0692 5.74231H49.5284C49.7889 5.74231 50 5.95349 50 6.21401C50 6.47452 49.7889 6.68571 49.5284 6.68571H46.0692C45.8087 6.68571 45.5975 6.47452 45.5975 6.21401Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M42.1383 9.67311C42.1383 9.4126 42.3495 9.20141 42.61 9.20141H47.9559C48.2164 9.20141 48.4276 9.4126 48.4276 9.67311C48.4276 9.93362 48.2164 10.1448 47.9559 10.1448H42.61C42.3495 10.1448 42.1383 9.93362 42.1383 9.67311Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M3.61635 21.78C3.35584 21.78 3.14465 21.9912 3.14465 22.2517C3.14465 22.5122 3.35584 22.7234 3.61635 22.7234H7.07547C7.33598 22.7234 7.54717 22.5122 7.54717 22.2517C7.54717 21.9912 7.33598 21.78 7.07547 21.78H3.61635Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M0 18.7926C0 18.5321 0.211186 18.3209 0.471698 18.3209H5.81761C6.07812 18.3209 6.28931 18.5321 6.28931 18.7926C6.28931 19.0531 6.07812 19.2643 5.81761 19.2643H0.471698C0.211186 19.2643 0 19.0531 0 18.7926Z", fill: color })); }; export default NoTags;