UNPKG

@icongo/li

Version:
24 lines (23 loc) 915 B
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiBookmark = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiBookmark = function LIGuiBookmark(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", { fill: "#f44336", d: "M11.105 13 7 11.105 2.895 13V2.263C2.895 1.568 3.463 1 4.158 1h5.684c.695 0 1.263.568 1.263 1.263V13z" }) })); }; exports.LIGuiBookmark = LIGuiBookmark;