@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.58 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ColorFill = /*#__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: "m13.02 14-.02.37c0 1.86 1.4 3.63 3.5 3.63a3.54 3.54 0 0 0 3.48-3.95A2.5 2.5 0 0 1 22 16.5v3a2.5 2.5 0 0 1-2.5 2.5h-15A2.5 2.5 0 0 1 2 19.5v-3A2.5 2.5 0 0 1 4.5 14h2.09l.9.9a3 3 0 0 0 4.25 0l.9-.9h.38z"
}), /*#__PURE__*/React.createElement("path", {
d: "M14.34 13c-.19.4-.34.88-.34 1.38 0 1.39 1.03 2.62 2.5 2.62s2.5-1.23 2.5-2.63c0-.49-.15-.97-.34-1.38-.2-.41-.44-.8-.68-1.13-.23-.33-.47-.61-.64-.81l-.31-.33a.75.75 0 0 0-1.06 0l-.3.33A6.98 6.98 0 0 0 14.34 13zm2.16-.62a8.42 8.42 0 0 1 .8 1.24c.14.3.2.56.2.76 0 .69-.48 1.12-1 1.12s-1-.43-1-1.13c0-.19.06-.44.2-.75a5.5 5.5 0 0 1 .8-1.24zM9.75 1a.75.75 0 0 0-.75.75v1.76l-.1.08-4.24 4.25a2 2 0 0 0 0 2.82L8.2 14.2a2 2 0 0 0 2.83 0l4.24-4.24a2 2 0 0 0 0-2.83l-3.53-3.54a2 2 0 0 0-1.24-.57V1.75A.75.75 0 0 0 9.75 1zM9 5.62v.63a.75.75 0 0 0 1.5 0V4.54a.5.5 0 0 1 .17.11l3.54 3.54c.09.09.14.2.15.32H6.1L9 5.62zm.26 7.52L6.13 10h6.97l-3.13 3.13a.5.5 0 0 1-.71 0z"
}));
});
ColorFill.displayName = 'ColorFill';
export var ColorFillDimensions = {
height: 24,
width: 24
};