@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.33 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 IconMaterialAddCircleW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AddCircleW100Filled', short_name: 'AddCircle', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 16.35q.15 0 .25-.1t.1-.25v-3.65h3.675q.125 0 .225-.1t.1-.25q0-.15-.1-.25t-.25-.1h-3.65V7.975q0-.125-.1-.225t-.25-.1q-.15 0-.25.1t-.1.25v3.65H7.975q-.125 0-.225.1t-.1.25q0 .15.1.25t.25.1h3.65v3.675q0 .125.1.225t.25.1Zm0 4.35q-1.825 0-3.412-.675Q7 19.35 5.825 18.175 4.65 17 3.975 15.412 3.3 13.825 3.3 12t.675-3.413Q4.65 7 5.825 5.825t2.763-1.85Q10.175 3.3 12 3.3t3.413.675q1.587.675 2.762 1.85t1.85 2.762Q20.7 10.175 20.7 12q0 1.825-.675 3.412-.675 1.588-1.85 2.763-1.175 1.175-2.762 1.85-1.588.675-3.413.675Z" }) })));
});
IconMaterialAddCircleW100Filled.displayName = 'AmauiIconMaterialAddCircleW100Filled';
exports.default = IconMaterialAddCircleW100Filled;