@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Scales = /*#__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: "M5 4a1 1 0 0 0 0 2h1.56l-3.5 9.14a1 1 0 0 0-.06.36C3 18.08 4.92 20 7.5 20s4.5-1.92 4.5-4.5a1 1 0 0 0-.07-.36L8.44 6H15v16H9a3 3 0 1 0 0 6h14a3 3 0 0 0 0-6h-6V6h6.43l-3.37 9.15a1 1 0 0 0-.06.35c0 2.58 1.92 4.5 4.5 4.5s4.5-1.92 4.5-4.5a1 1 0 0 0-.06-.35L25.57 6H27a1 1 0 1 0 0-2H5Zm2.5 5.14 2.05 5.36h-4.1L7.5 9.14Zm14.93 5.36 2.07-5.6 2.07 5.6h-4.14Z"
}));
});
Scales.displayName = 'Scales';
export var ScalesDimensions = {
height: 32,
width: 32
};