@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Teddy = /*#__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: "M3.2 10.27a4 4 0 0 1 6.25-4.96 9.24 9.24 0 0 0-6.24 4.96Zm11.34-4.96A3.99 3.99 0 0 1 21.5 8c0 .84-.26 1.63-.7 2.27a9.24 9.24 0 0 0-6.26-4.96Zm-7.91 14A7.19 7.19 0 0 1 3.5 13.5C3.5 9.36 7.3 6 12 6s8.5 3.36 8.5 7.5a7.19 7.19 0 0 1-3.13 5.81 5.5 5.5 0 0 0-10.74 0ZM15 17.14c-.45-.4-.98-.7-1.54-.9-.17.44-.76.76-1.46.76s-1.3-.32-1.46-.76a4.5 4.5 0 0 0-3 3.65c1.3.7 2.82 1.11 4.46 1.11 1.64 0 3.16-.4 4.46-1.11A4.48 4.48 0 0 0 15 17.14Z"
}));
});
Teddy.displayName = 'Teddy';
export var TeddyDimensions = {
height: 24,
width: 24
};