@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.11 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialBookmarks = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Bookmarks', short_name: 'Bookmarks', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M20 20q-.425 0-.712-.288Q19 19.425 19 19V3H7q-.425 0-.713-.288Q6 2.425 6 2t.287-.713Q6.575 1 7 1h12q.825 0 1.413.587Q21 2.175 21 3v16q0 .425-.288.712Q20.425 20 20 20Zm-15-.05 5-2.15 5 2.15V7H5Zm-.6 2.45q-.5.2-.95-.1Q3 22 3 21.475V7q0-.825.587-1.412Q4.175 5 5 5h10q.825 0 1.413.588Q17 6.175 17 7v14.475q0 .525-.45.825-.45.3-.95.1L10 20ZM5 7h10-5Z" }) })));
});
IconMaterialBookmarks.displayName = 'AmauiIconMaterialBookmarks';
exports.default = IconMaterialBookmarks;