UNPKG

@scaleflex/icons

Version:
37 lines 2.71 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 NoPins = 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": "NoPins", ref: ref, width: size, height: size, viewBox: "0 0 120 63", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M8.67923 60.2024C8.05401 60.2024 7.54716 60.7092 7.54716 61.3344C7.54716 61.9597 8.05401 62.4665 8.67923 62.4665H16.9811C17.6063 62.4665 18.1132 61.9597 18.1132 61.3344C18.1132 60.7092 17.6063 60.2024 16.9811 60.2024H8.67923Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M101.132 23.5987C101.132 22.9734 101.639 22.4666 102.264 22.4666H115.094C115.719 22.4666 116.226 22.9734 116.226 23.5987C116.226 24.2239 115.719 24.7307 115.094 24.7307H102.264C101.639 24.7307 101.132 24.2239 101.132 23.5987Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M110.566 14.1647C109.941 14.1647 109.434 14.6716 109.434 15.2968C109.434 15.922 109.941 16.4289 110.566 16.4289H118.868C119.493 16.4289 120 15.922 120 15.2968C120 14.6716 119.493 14.1647 118.868 14.1647H110.566Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M0 53.0326C0 52.4074 0.50685 51.9005 1.13208 51.9005H13.9622C14.5875 51.9005 15.0943 52.4074 15.0943 53.0326C15.0943 53.6578 14.5875 54.1647 13.9622 54.1647H1.13208C0.506849 54.1647 0 53.6578 0 53.0326Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M90.4802 14.6648C92.001 13.1394 90.0722 8.73456 86.1639 4.82655C82.3019 0.963782 77.969 -0.956508 76.3936 0.471307L76.363 0.441891L54.7149 19.8891C50.7125 16.3999 44.6601 16.5189 40.8475 20.3296C40.2059 20.9724 39.8442 21.8435 39.8442 22.7523C39.8442 23.6612 40.2058 24.5326 40.8475 25.1743L50.6685 34.9965L30.4863 57.7825C29.8447 58.5053 29.8305 59.6092 30.4881 60.3503C31.1971 61.1484 32.4193 61.2218 33.2193 60.5116L55.9715 40.3019L65.7886 50.1191C66.4304 50.7607 67.3013 51.1212 68.2092 51.1212C69.1162 51.1212 69.9878 50.7599 70.6292 50.117C74.4376 46.3062 74.5576 40.2503 71.0702 36.2477L90.4115 14.7053C90.4309 14.6881 90.4621 14.6843 90.4802 14.6648Z", fill: color })); }); export default NoPins;