UNPKG

@scaleflex/icons

Version:
35 lines 2.22 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 PlateNumber = function PlateNumber(_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": "PlateNumber", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M23.7482 1.25061C23.7482 0.560253 24.3587 0.000610352 25.1118 0.000610352C25.8649 0.000610352 26.4754 0.560254 26.4754 1.25061V48.7506C26.4754 49.441 25.8649 50.0006 25.1118 50.0006C24.3587 50.0006 23.7482 49.441 23.7482 48.7506V1.25061Z", fill: color }), /*#__PURE__*/React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0.694444 7.50049C0.310913 7.50049 0 7.8114 0 8.19493V41.806C0 42.1896 0.310913 42.5005 0.694444 42.5005H19.3056C19.6891 42.5005 20 42.1896 20 41.806V8.19493C20 7.8114 19.6891 7.50049 19.3056 7.50049H0.694444ZM10.1983 22.4769L7.34243 17.5H3.68254L8.21581 24.8614L3.50232 32.5H7.18993L10.2398 27.3152L13.2897 32.5H16.9635L12.2361 24.8614L16.7833 17.5H13.1095L10.1983 22.4769Z", fill: color }), /*#__PURE__*/React.createElement("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M30.0027 8.19456C30.0027 7.81103 30.3136 7.50012 30.6971 7.50012H49.3082C49.6918 7.50012 50.0027 7.81104 50.0027 8.19457V41.8057C50.0027 42.1892 49.6918 42.5001 49.3082 42.5001H30.6971C30.3136 42.5001 30.0027 42.1892 30.0027 41.8057V8.19456ZM33.8121 31.2893L37.6896 26.3246L32.0001 24.6938L33.0329 21.5954L38.6499 23.806L38.3419 17.5005H41.6758L41.3497 23.9147L46.876 21.7404L47.8726 24.875L42.0926 26.5239L45.8795 31.3798L43.1797 33.3005L39.8276 28.0097L36.5118 33.1374L33.8121 31.2893Z", fill: color })); }; export default PlateNumber;