@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DocumentTableCheckmark = /*#__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: "M15.5 17.25V16h-2.67c.11.48.17.98.17 1.5h2.25c.14 0 .25-.11.25-.25Zm0-2.75h-3.23c-.22-.41-.48-.8-.77-1.15V13h3.75c.14 0 .25.11.25.25v1.25Zm-9-3.5c.89 0 1.73.18 2.5.5h6.25c.97 0 1.75.78 1.75 1.75v4c0 .97-.78 1.75-1.75 1.75h-2.42a6.49 6.49 0 0 1-1.64 3H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2V2H6a2 2 0 0 0-2 2v7.5c.77-.32 1.61-.5 2.5-.5Zm7-3V2.5l6 6H14a.5.5 0 0 1-.5-.5ZM12 17.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Zm-2.15-2.35a.5.5 0 0 0-.7 0L5.5 18.79l-1.65-1.64a.5.5 0 0 0-.7.7l2 2c.2.2.5.2.7 0l4-4a.5.5 0 0 0 0-.7Z"
}));
});
DocumentTableCheckmark.displayName = 'DocumentTableCheckmark';
export var DocumentTableCheckmarkDimensions = {
height: 24,
width: 24
};