@icongo/li
Version:
LibreICONS Icons
15 lines • 508 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiBookmark = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_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"
})
}));
export { LIGuiBookmark };