@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Checkbox1 = /*#__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 3v8.52c-.3.04-.6.16-.84.36l-2.5 2a1.75 1.75 0 0 0 1.84 2.95v.77c-.44.25-.95.4-1.5.4H5a3 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.06zM21 15.25a.75.75 0 0 0-1.22-.59l-2.5 2a.75.75 0 1 0 .94 1.18l1.28-1.03v4.44a.75.75 0 0 0 1.5 0v-6z"
}));
});
Checkbox1.displayName = 'Checkbox1';
export var Checkbox1Dimensions = {
height: 24,
width: 24
};