UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.12 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMapFirestation = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMapFirestation = function LIMapFirestation(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: "M7 1C3.935 2.064 2.714 5.286 2.714 7.857c0 2.572 1.496 4.509 3.429 5.143C4.429 10.207 4.429 7.857 7 6.143c-.433 1.16 0 3.428.857 4.286.37-.344.857-1.222.857-1.715 1.715 1.715.483 3.115 0 4.286.933-.48 2.572-1.714 2.572-4.286 0-2.571-1.715-3.428-1.715-6-1.185.514-1.714 1.715-1.714 2.572C7.041 4.809 6.143 2.926 7 1Z" }) })); }; exports.LIMapFirestation = LIMapFirestation;