@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.87 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialAssignmentAddW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AssignmentAddW100Filled', short_name: 'AssignmentAdd', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 4.5q.325 0 .538-.213.212-.212.212-.537 0-.325-.212-.538Q12.325 3 12 3q-.325 0-.537.212-.213.213-.213.538 0 .325.213.537.212.213.537.213Zm6 17.35q-1.55 0-2.625-1.075T14.3 18.15q0-1.55 1.075-2.625T18 14.45q1.55 0 2.625 1.075T21.7 18.15q0 1.55-1.075 2.625T18 21.85Zm-6.525-2.15H5.8q-.625 0-1.062-.438Q4.3 18.825 4.3 18.2V5.8q0-.625.438-1.063Q5.175 4.3 5.8 4.3h4.85q-.275-.725.15-1.363.425-.637 1.225-.637.775 0 1.2.637.425.638.125 1.363h4.85q.625 0 1.063.437.437.438.437 1.063v5.725q-.425-.1-.85-.163-.425-.062-.85-.062-.575 0-1.125.1t-1.075.275v-.025H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1h6.375q-.85.55-1.488 1.312-.637.763-1.037 1.688H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1h3.575q-.125.475-.2.962-.075.488-.075.988 0 .35.025.85t.15.85Zm6.175-1.2v2.15q0 .15.1.25t.25.1q.15 0 .25-.1t.1-.25V18.5h2.15q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1h-2.15v-2.15q0-.15-.1-.25t-.25-.1q-.15 0-.25.1t-.1.25v2.15H15.5q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1ZM8 8.65h8q.15 0 .25-.1t.1-.25q0-.15-.1-.25t-.25-.1H8q-.15 0-.25.1t-.1.25q0 .15.1.25t.25.1Z" }) })));
});
IconMaterialAssignmentAddW100Filled.displayName = 'AmauiIconMaterialAssignmentAddW100Filled';
exports.default = IconMaterialAssignmentAddW100Filled;