UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.46 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiAddressCard = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiAddressCard = function LIGuiAddressCard(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M12 2.333H2a1 1 0 0 0-1 1v7.334a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3.333a1 1 0 0 0-1-1zm-7.333 2a1.335 1.335 0 0 1 0 2.667 1.335 1.335 0 0 1 0-2.667zM7 9.267c0 .22-.208.4-.467.4H2.8c-.258 0-.467-.18-.467-.4v-.4c0-.663.627-1.2 1.4-1.2h.104a2.158 2.158 0 0 0 1.659 0H5.6c.773 0 1.4.537 1.4 1.2v.4zm4.667-1.1a.167.167 0 0 1-.167.166h-3a.167.167 0 0 1-.167-.166v-.334c0-.091.075-.166.167-.166h3c.092 0 .167.075.167.166v.334zm0-1.334A.167.167 0 0 1 11.5 7h-3a.167.167 0 0 1-.167-.167V6.5c0-.092.075-.167.167-.167h3c.092 0 .167.075.167.167v.333zm0-1.333a.167.167 0 0 1-.167.167h-3a.167.167 0 0 1-.167-.167v-.333c0-.092.075-.167.167-.167h3c.092 0 .167.075.167.167V5.5z" }) })); }; exports.LIGuiAddressCard = LIGuiAddressCard;