@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 PaintBucket = /*#__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: "M12 2.25a.75.75 0 0 0-1.5 0V3.5c-.3.1-.6.28-.84.53l-6.88 6.88c-.88.88-.88 2.3 0 3.18l4.88 4.88c.88.88 2.3.88 3.18 0l6.88-6.88c.88-.88.88-2.3 0-3.18l-4.88-4.88A2.24 2.24 0 0 0 12 3.5V2.25zm-1.5 3.06v1.44a.75.75 0 0 0 1.5 0V5.31l4.66 4.66c.3.3.3.77 0 1.06l-.97.97H3.8l.03-.03 6.66-6.66zM19.52 13.6a.87.87 0 0 0-1.54 0l-2 3.77a3.15 3.15 0 1 0 5.55 0l-2-3.77z"
}));
});
PaintBucket.displayName = 'PaintBucket';
export var PaintBucketDimensions = {
height: 24,
width: 24
};