@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialFactCheckW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "FactCheckW100",
short_name: "FactCheck",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6 8.35h3q.15 0 .25-.1t.1-.25q0-.15-.1-.25T9 7.65H6q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1Zm0 4h3q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1H6q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1Zm0 4h3q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1H6q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1Zm8.55-2.575q.15 0 .275-.05.125-.05.25-.175l3.25-3.25q.125-.125.125-.25t-.125-.25q-.125-.125-.25-.125t-.25.125l-3.275 3.3-1.175-1.175q-.1-.1-.25-.113-.15-.012-.25.113-.1.1-.1.25t.1.25l1.15 1.125q.125.125.25.175.125.05.275.05ZM4.8 19.7q-.65 0-1.075-.425Q3.3 18.85 3.3 18.2V5.8q0-.65.425-1.075Q4.15 4.3 4.8 4.3h14.4q.65 0 1.075.425.425.425.425 1.075v12.4q0 .65-.425 1.075-.425.425-1.075.425Zm0-.7h14.4q.3 0 .55-.25.25-.25.25-.55V5.8q0-.3-.25-.55Q19.5 5 19.2 5H4.8q-.3 0-.55.25Q4 5.5 4 5.8v12.4q0 .3.25.55.25.25.55.25ZM4 19V5 19Z"
}));
});
IconMaterialFactCheckW100.displayName = 'AmauiIconMaterialFactCheckW100';
export default IconMaterialFactCheckW100;