@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Dumbbell = /*#__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: "M20.5 3.69a2.98 2.98 0 0 0-4.5.34 3.6 3.6 0 0 0-3.2 6.11l1.52 1.52-1.6 1.6 2.05 2.05 1.6-1.6 1.52 1.51a3.61 3.61 0 0 0 6.1-3.19 2.98 2.98 0 0 0 .34-4.5l-.9-.9.8-.78a1.45 1.45 0 0 0-2.05-2.05l-.79.79-.9-.9Zm.4 6.38c-.3.3-.77.3-1.06 0l-1.91-1.9a.75.75 0 0 1 1.06-1.07l1.9 1.91c.3.3.3.77 0 1.06Zm-5.68 7.82-5.08-5.09A3.61 3.61 0 0 0 4.03 16a3 3 0 0 0-.34 4.5l.9.9-.82.8a1.45 1.45 0 0 0 2.05 2.05l.81-.8.9.89a2.98 2.98 0 0 0 4.5-.34 3.6 3.6 0 0 0 3.2-6.11Zm-5.78 2.57a.75.75 0 1 1-1.06 1.07l-1.9-1.91a.75.75 0 0 1 1.05-1.06l1.91 1.9Z"
}));
});
Dumbbell.displayName = 'Dumbbell';
export var DumbbellDimensions = {
height: 28,
width: 28
};