UNPKG

@braineet/ui

Version:

Braineet design system

28 lines 1.36 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; function RemoveBookmark(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.06 21.0875L12 18L16.94 21.0875C17.8767 21.6729 19.1106 21.3882 19.696 20.4515C19.8947 20.1336 20 19.7663 20 19.3915V5C20 3.89543 19.1046 3 18 3H6C4.89543 3 4 3.89543 4 5V19.3915C4 20.4961 4.89543 21.3915 6 21.3915C6.37484 21.3915 6.74213 21.2862 7.06 21.0875ZM6 19.3915V5H18V19.3915L13.06 16.304C12.4115 15.8987 11.5885 15.8987 10.94 16.304L6 19.3915Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("rect", { x: 8, y: 9, width: 8, height: 2, rx: 1, fill: "currentColor" })] })); } export default RemoveBookmark;