@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DecimalArrowLeft = /*#__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: "M10 4a3 3 0 0 0-3 3v4a3 3 0 1 0 6 0V7a3 3 0 0 0-3-3Zm1 7a1 1 0 1 1-2 0V7a1 1 0 0 1 2 0v4Zm-6 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM19 7v4a1 1 0 0 1-.01.17c.66.16 1.3.42 1.86.76A3 3 0 0 0 21 11V7a3 3 0 1 0-6 0v4c0 .16.01.33.04.48a6.47 6.47 0 0 1 1.96-.46V7a1 1 0 1 1 2 0Zm4 10.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Zm-2.5.5a.5.5 0 0 0 0-1h-4.8l1.65-1.65a.5.5 0 0 0-.7-.7l-2.5 2.5a.5.5 0 0 0 0 .7l2.5 2.5a.5.5 0 0 0 .7-.7L15.71 18h4.79Z"
}));
});
DecimalArrowLeft.displayName = 'DecimalArrowLeft';
export var DecimalArrowLeftDimensions = {
height: 24,
width: 24
};