@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 685 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialBookmarkFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BookmarkFilled",
short_name: "Bookmark",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m480-240-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"
}));
});
IconMaterialBookmarkFilled.displayName = 'OnesyIconMaterialBookmarkFilled';
export default IconMaterialBookmarkFilled;