@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CheckboxWarning = /*#__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: "M17 2a3 3 0 0 1 3 3v7.9l-.26-.52a2.5 2.5 0 0 0-4.47 0L11.46 20H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h12zm-1.53 4.97L9 13.44l-2.47-2.47a.75.75 0 0 0-1.06 1.06l3 3c.3.3.77.3 1.06 0l7-7a.75.75 0 0 0-1.06-1.06zm.7 5.86-4 8A1.5 1.5 0 0 0 13.5 23h8a1.5 1.5 0 0 0 1.33-2.17l-4-8a1.5 1.5 0 0 0-2.68 0zM18 15.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0zm-.5 5.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z"
}));
});
CheckboxWarning.displayName = 'CheckboxWarning';
export var CheckboxWarningDimensions = {
height: 24,
width: 24
};