@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.22 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FoodFish = /*#__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: "M10.36 4.1c-1 1-1.58 2.34-1.91 3.68A16.66 16.66 0 0 0 8 11.72c0 .18-.14.33-.32.33-1.77 0-4.01.22-5.83 1.09-.68.32-.97 1-.82 1.63.13.6.61 1.09 1.26 1.25.8.19 1.72.44 2.52.72.4.15.76.3 1.05.44.3.15.49.28.58.37.1.1.22.28.37.58.15.29.3.65.44 1.05.28.8.53 1.72.72 2.52.16.65.65 1.13 1.25 1.26.64.14 1.3-.14 1.63-.82.87-1.82 1.08-4.06 1.1-5.82 0-.18.14-.33.32-.33 1.2 0 2.6-.1 3.95-.43a7.77 7.77 0 0 0 3.67-1.91 7.4 7.4 0 0 0 1.92-4.06c.25-1.45.2-2.92.1-4.09a3.77 3.77 0 0 0-3.41-3.4 15.68 15.68 0 0 0-4.1.09 7.4 7.4 0 0 0-4.05 1.91ZM16 5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
}));
});
FoodFish.displayName = 'FoodFish';
export var FoodFishDimensions = {
height: 24,
width: 24
};