@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AnimalRabbit = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m18.18 5.55 6.56 6.55a4.3 4.3 0 0 1-4.04 7.24v.24A2.42 2.42 0 0 1 18.3 22h-2.8v-.83A3.17 3.17 0 0 0 12.34 18h-1.6a.75.75 0 0 0 0 1.5h1.6c.91 0 1.66.75 1.66 1.67V22H7.4A2.4 2.4 0 0 1 5 19.58v-3.15c0-.23.01-.46.04-.68h-.17a2.88 2.88 0 1 1 2.68-3.93 5.39 5.39 0 0 1 2.87-.82h4.85c.73 0 1.42.14 2.06.4.2-.33.43-.61.72-.9l-2.4-2.4a1.8 1.8 0 1 1 2.53-2.55z"
}));
});
AnimalRabbit.displayName = 'AnimalRabbit';
export var AnimalRabbitDimensions = {
height: 28,
width: 28
};