@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 928 B
JavaScript
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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14.67 6.5h14.08a7.75 7.75 0 0 1 7.75 7.75v24.08A5 5 0 0 0 39 34V14.25C39 8.59 34.4 4 28.75 4H19a5 5 0 0 0-4.33 2.5ZM14 9a5 5 0 0 0-5 5v28.75a1.25 1.25 0 0 0 1.94 1.04l10.56-7.04 10.56 7.04A1.25 1.25 0 0 0 34 42.75V14a5 5 0 0 0-5-5H14Z"
}));
});
BookmarkMultiple.displayName = 'BookmarkMultiple';
export var BookmarkMultipleDimensions = {
height: 48,
width: 48
};