@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 923 B
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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M16.34 4.92a3 3 0 0 1 4.32 0l7.17 7.46A5.99 5.99 0 0 1 24.11 23a4 4 0 0 1-4 4H18v-2.5a4.5 4.5 0 0 0-4.5-4.5H12a1 1 0 1 0 0 2h1.5a2.5 2.5 0 0 1 2.5 2.5V27h-5a5 5 0 0 1-5-5v-2.1a5 5 0 1 1 5-7.9h6.6c.14-.27.3-.52.47-.76l-1.9-2.35a3 3 0 0 1 .17-3.97Z"
}));
});
AnimalRabbit.displayName = 'AnimalRabbit';
export var AnimalRabbitDimensions = {
height: 32,
width: 32
};