UNPKG

@navinc/base-react-components

Version:
4 lines 862 B
import { jsx as _jsx } from "react/jsx-runtime"; const Bookmark = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:bookmark" }, props, { children: _jsx("path", { d: "M6.04182796,18.3653622 L10.5155357,15.5692949 C11.3986775,15.0173313 12.6014955,15.0174394 13.4844643,15.5692949 L18,18.3964844 L18,4.00001277 L6.00212885,4 L6.04182796,18.3653622 Z M6.00212885,2 L17.9978711,2 C19.1036164,2 20,2.89821238 20,4.00001277 L20,19.9999872 C20,21.1045638 19.2401671,21.5251044 18.3034058,20.9396286 L12.4244664,17.2652915 C12.1900401,17.118775 11.8101367,17.1186646 11.5755336,17.2652915 L5.69659424,20.9396286 C4.75959111,21.5252556 4,21.1017876 4,19.9999872 L4,4.00001277 C4,2.89543622 4.89451376,2 6.00212885,2 Z", fillRule: "nonzero" }) }))); export default Bookmark; //# sourceMappingURL=bookmark.js.map