UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 951 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var BookmarkMultiple = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M4 6.75C4 5.5 5 4.5 6.25 4.5h9c1.24 0 2.25 1 2.25 2.25v14.5a.75.75 0 0 1-1.13.65l-5.62-3.28-5.62 3.28A.75.75 0 0 1 4 21.25V6.75zM15.25 2A4.75 4.75 0 0 1 20 6.75v11.87a.75.75 0 0 1-1.5 0V6.75c0-1.8-1.46-3.25-3.25-3.25H6.64s.11-.56.8-1.08C8 2 8.6 2 8.6 2h6.65z" })); }); BookmarkMultiple.displayName = 'BookmarkMultiple'; export var BookmarkMultipleDimensions = { height: 24, width: 24 };