@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
25 lines (24 loc) • 1.63 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _path;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
const building_shopping = props => _react.default.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = _react.default.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M1 11.387h9.93c.223 0 .44-.077.609-.219a.896.896 0 0 0 .314-.55l1.162-7.494a.896.896 0 0 1 .313-.55.952.952 0 0 1 .61-.22H15M7.066 9.58V4.924a.306.306 0 0 0-.094-.22.327.327 0 0 0-.227-.091H3.188a.327.327 0 0 0-.227.09.306.306 0 0 0-.094.22V9.58m4.2 0h-4.2m4.2 0h3.266V1.452a.447.447 0 0 0-.136-.32.475.475 0 0 0-.33-.132h-4.2a.475.475 0 0 0-.33.132.444.444 0 0 0-.137.32v3.16M2.867 9.58h-.933m2.333 4.29c0 .624-.523 1.13-1.167 1.13-.645 0-1.167-.506-1.167-1.13 0-.623.522-1.129 1.167-1.129.644 0 1.167.506 1.167 1.13Zm6.533 0c0 .624-.522 1.13-1.167 1.13-.644 0-1.167-.506-1.167-1.13 0-.623.523-1.129 1.167-1.129.645 0 1.167.506 1.167 1.13Z"
})));
var _default = exports.default = building_shopping;
//# sourceMappingURL=building_shopping.js.map