UNPKG

@icongo/ti

Version:
23 lines (22 loc) 1.17 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.TIShoppingBag = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var TIShoppingBag = function TIShoppingBag(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", baseProfile: "tiny", viewBox: "0 0 24 24" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M17 4H7C5.346 4 4 5.346 4 7v11c0 1.654 1.346 3 3 3h10c1.654 0 3-1.346 3-3V7c0-1.654-1.346-3-3-3zm1 14c0 .551-.448 1-1 1H7c-.552 0-1-.449-1-1v-7.28c.296.174.635.28 1 .28h1.5c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5H17c.365 0 .704-.106 1-.279V18zm-8.5-7h5c0 1.378-1.121 2.5-2.5 2.5S9.5 12.378 9.5 11zM18 9c0 .551-.448 1-1 1H7c-.552 0-1-.449-1-1V7c0-.551.448-1 1-1h10c.552 0 1 .449 1 1v2z" }) })); }; exports.TIShoppingBag = TIShoppingBag;