UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 785 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBookmarkW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BookmarkW100", short_name: "Bookmark", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialBookmarkW100;