@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 902 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BookmarkOff = /*#__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: "M3.28 2.22a.75.75 0 1 0-1.06 1.06l2.79 2.79v15.18c0 .6.68.96 1.18.6L12 17.67l5.81 4.18c.5.36 1.2 0 1.2-.6v-1.19l1.7 1.72a.75.75 0 0 0 1.07-1.06L3.28 2.22zM19 6.25v9.57L6.62 3.44A3.24 3.24 0 0 1 8.25 3h7.5C17.55 3 19 4.45 19 6.25z"
}));
});
BookmarkOff.displayName = 'BookmarkOff';
export var BookmarkOffDimensions = {
height: 24,
width: 24
};