UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 999 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBookmarksW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BookmarksW100", short_name: "Bookmarks", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M18.7 18.05q-.15 0-.25-.1t-.1-.25V5.1q0-.3-.25-.55-.25-.25-.55-.25H8.3q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h9.25q.65 0 1.075.425.425.425.425 1.075v12.6q0 .15-.1.25t-.25.1Zm-13.05 1.9 5-2.15 5 2.15V7.8q0-.3-.25-.55-.25-.25-.55-.25h-8.4q-.3 0-.55.25-.25.25-.25.55Zm.35.65q-.375.175-.713-.05-.337-.225-.337-.65V7.8q0-.65.425-1.075Q5.8 6.3 6.45 6.3h8.4q.65 0 1.075.425.425.425.425 1.075v12.1q0 .425-.337.65-.338.225-.713.05l-4.65-2ZM5.65 7H15.65h-5Z" })); }); IconMaterialBookmarksW100.displayName = 'AmauiIconMaterialBookmarksW100'; export default IconMaterialBookmarksW100;