UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.08 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 IconMaterialBookmarkFlagFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BookmarkFlagFilled', short_name: 'BookmarkFlag', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M440-430v-90h140q12 0 18-11t-2-21l-36-48 36-48q8-10 2-21t-18-11H420q-17 0-28.5 11.5T380-640v210q0 13 8.5 21.5T410-400q13 0 21.5-8.5T440-430Zm40 190-168 72q-40 17-76-6.5T200-241v-519q0-33 23.5-56.5T280-840h400q33 0 56.5 23.5T760-760v519q0 43-36 66.5t-76 6.5l-168-72Z" }) }))); }); IconMaterialBookmarkFlagFilled.displayName = 'OnesyIconMaterialBookmarkFlagFilled'; exports.default = IconMaterialBookmarkFlagFilled;