UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.02 kB
"use strict"; 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("@onesy/ui-react"); const IconMaterialBookmarkW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BookmarkW100', short_name: 'Bookmark', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m480-296-144 62q-30 13-57-5t-27-50v-439q0-26 17-43t43-17h336q26 0 43 17t17 43v439q0 32-27 50t-57 5l-144-62Zm0-32 155 67q16 7 30.5-3t14.5-27v-437q0-12-10-22t-22-10H312q-12 0-22 10t-10 22v437q0 17 14.5 27t30.5 3l155-67Zm0-432H280h400-200Z" }) }))); }); IconMaterialBookmarkW100.displayName = 'OnesyIconMaterialBookmarkW100'; exports.default = IconMaterialBookmarkW100;