@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 977 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ColorLine = /*#__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: "M4.38 14H4a2 2 0 0 0-2 2v4c0 1.1.9 2 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-6.45l-1.32 1.31c-.38.38-.85.66-1.36.82l-4.3 1.29a2 2 0 0 1-2.47-2.53l.28-.89ZM18.65 2.94a3.22 3.22 0 0 1 0 4.56l-7.13 7.1c-.26.27-.58.46-.94.57l-4.3 1.29a1 1 0 0 1-1.23-1.27l1.36-4.22c.1-.35.3-.65.55-.9l7.13-7.13a3.22 3.22 0 0 1 4.56 0Z"
}));
});
ColorLine.displayName = 'ColorLine';
export var ColorLineDimensions = {
height: 24,
width: 24
};