UNPKG

@icongo/fc

Version:
14 lines 433 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var FCBookmark = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props, { children: /*#__PURE__*/_jsx("path", { fill: "#F44336", d: "m37 43-13-6-13 6V9c0-2.2 1.8-4 4-4h18c2.2 0 4 1.8 4 4v34z" }) })); export { FCBookmark };