@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.47 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BoxMultipleSearch = /*#__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: "M13.7 2.33a3.75 3.75 0 0 1 2.6 0l4.3 1.6c.7.25 1.15.9 1.15 1.63v9.3A5.5 5.5 0 0 0 16.12 11c-.3-.36-.7-.65-1.17-.83l-4.3-1.59a4.75 4.75 0 0 0-2.4-.23v-2.8c0-.73.46-1.38 1.14-1.64l4.31-1.59Zm-2.4 3.92c-.13.4.08.82.47.96l2.66.92c.37.13.77.13 1.14 0l2.65-.92a.75.75 0 0 0-.49-1.42l-2.65.92a.25.25 0 0 1-.16 0l-2.66-.92a.75.75 0 0 0-.95.46Zm3.57 5a1.74 1.74 0 0 0-.26-.13l-4.31-1.6a3.75 3.75 0 0 0-2.6 0l-4.3 1.6c-.7.25-1.15.91-1.15 1.64v5.67c0 .73.46 1.39 1.14 1.64l4.31 1.6c.84.3 1.76.3 2.6 0l2.64-.98a5.49 5.49 0 0 1-1.74-5.67l-1.45.5v2.7a.75.75 0 0 1-1.5 0v-2.7l-2.48-.85a.75.75 0 0 1 .49-1.42L9 14.2l2.73-.95a.75.75 0 0 1 .36-.03 5.5 5.5 0 0 1 2.78-1.98Zm5.3 7.86a4.5 4.5 0 1 0-1.06 1.06l2.61 2.6a.75.75 0 0 0 1.06-1.05l-2.61-2.61Zm-.67-2.61a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
}));
});
BoxMultipleSearch.displayName = 'BoxMultipleSearch';
export var BoxMultipleSearchDimensions = {
height: 24,
width: 24
};