@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 875 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBookmarks = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Bookmarks",
short_name: "Bookmarks",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M20 20q-.425 0-.712-.288Q19 19.425 19 19V3H7q-.425 0-.713-.288Q6 2.425 6 2t.287-.713Q6.575 1 7 1h12q.825 0 1.413.587Q21 2.175 21 3v16q0 .425-.288.712Q20.425 20 20 20Zm-15-.05 5-2.15 5 2.15V7H5Zm-.6 2.45q-.5.2-.95-.1Q3 22 3 21.475V7q0-.825.587-1.412Q4.175 5 5 5h10q.825 0 1.413.588Q17 6.175 17 7v14.475q0 .525-.45.825-.45.3-.95.1L10 20ZM5 7h10-5Z"
}));
});
IconMaterialBookmarks.displayName = 'AmauiIconMaterialBookmarks';
export default IconMaterialBookmarks;