UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 952 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBookmarkAddedW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BookmarkAddedW100", short_name: "BookmarkAdded", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m676-639 131-132q4-5 9.5-5t10.5 5q5 5 5 10t-5 10L697-621q-9 9-21 9t-21-9l-46-46q-4-4-4-9.5t4-9.5q4-5 10-4.5t10 4.5l47 47ZM480-296l-144 62q-30 13-57-5t-27-50v-439q0-26 17-43t43-17h194q6 0 10 4t4 10q0 6-4 10t-10 4H312q-12 0-22 10t-10 22v437q0 17 14.5 27t30.5 3l155-67 155 67q16 7 30.5-3t14.5-27v-215q0-6 4-10t10-4q6 0 10 4t4 10v217q0 32-27 50t-57 5l-144-62Zm0-464H280h240-40Z" })); }); IconMaterialBookmarkAddedW100.displayName = 'OnesyIconMaterialBookmarkAddedW100'; export default IconMaterialBookmarkAddedW100;