UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 989 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBookmarkAddedW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BookmarkAddedW100", short_name: "BookmarkAdded", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M16.9 8.7q-.15 0-.275-.05-.125-.05-.25-.175l-1.15-1.15q-.1-.1-.1-.225t.125-.25q.1-.1.238-.1.137 0 .237.1L16.9 8.025 20.2 4.7q.1-.1.225-.1t.25.125q.125.125.125.25t-.125.25l-3.25 3.25q-.125.125-.25.175-.125.05-.275.05Zm-9.55 9.9q-.375.175-.712-.05-.338-.225-.338-.65V5.8q0-.65.425-1.075Q7.15 4.3 7.8 4.3H13V5H7.8q-.3 0-.55.25Q7 5.5 7 5.8v12.15l5-2.15 5 2.15V11h.7v6.9q0 .425-.337.65-.338.225-.713.05l-4.65-2ZM7 5h6-1Z" })); }); IconMaterialBookmarkAddedW100.displayName = 'AmauiIconMaterialBookmarkAddedW100'; export default IconMaterialBookmarkAddedW100;