@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 938 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BookmarkSearch = /*#__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: "M19.1 9.17a4.5 4.5 0 1 1 1.06-1.06l2.62 2.61a.75.75 0 1 1-1.06 1.06L19.1 9.17Zm.4-3.67a3 3 0 1 0-6 0 3 3 0 0 0 6 0Zm-.5 4.98v10.76c0 .62-.7.97-1.19.61l-5.8-4.18-5.82 4.18a.75.75 0 0 1-1.19-.6v-15C5 4.45 6.46 3 8.25 3h3.35a5.5 5.5 0 0 0 7.35 7.43l.05.05Z"
}));
});
BookmarkSearch.displayName = 'BookmarkSearch';
export var BookmarkSearchDimensions = {
height: 24,
width: 24
};