@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.74 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 IconMaterialAcUnitFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AcUnitFilled', short_name: 'AcUnit', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 22q-.425 0-.712-.288Q11 21.425 11 21v-3.15l-2.55 2.525q-.3.275-.712.262-.413-.012-.688-.287-.275-.275-.275-.7 0-.425.275-.7L11 15v-2H9l-3.95 3.95q-.275.275-.687.288-.413.012-.713-.288-.275-.275-.275-.7 0-.425.275-.7L6.15 13H3q-.425 0-.712-.288Q2 12.425 2 12t.288-.713Q2.575 11 3 11h3.15L3.625 8.45q-.275-.3-.263-.713.013-.412.288-.687.275-.275.7-.275.425 0 .7.275L9 11h2V9L7.05 5.05q-.275-.275-.287-.688-.013-.412.287-.712.275-.275.7-.275.425 0 .7.275L11 6.15V3q0-.425.288-.713Q11.575 2 12 2t.713.287Q13 2.575 13 3v3.15l2.55-2.525q.3-.275.713-.263.412.013.687.288.275.275.275.7 0 .425-.275.7L13 9v2h2l3.95-3.95q.275-.275.688-.288.412-.012.712.288.275.275.275.7 0 .425-.275.7L17.85 11H21q.425 0 .712.287.288.288.288.713t-.288.712Q21.425 13 21 13h-3.15l2.525 2.55q.275.3.263.712-.013.413-.288.688-.275.275-.7.275-.425 0-.7-.275L15 13h-2v2l3.95 3.95q.275.275.288.688.012.412-.288.712-.275.275-.7.275-.425 0-.7-.275L13 17.85V21q0 .425-.287.712Q12.425 22 12 22Z" }) })));
});
IconMaterialAcUnitFilled.displayName = 'AmauiIconMaterialAcUnitFilled';
exports.default = IconMaterialAcUnitFilled;