@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.19 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 IconMaterialAtrW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AtrW100Filled', short_name: 'Atr', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M7.2 18.25q-.925 0-1.587-.663Q4.95 16.925 4.95 16q0-.95.663-1.6.662-.65 1.587-.65.95 0 1.6.65.65.65.65 1.6 0 .925-.65 1.587-.65.663-1.6.663Zm9.6 0q-.925 0-1.587-.663-.663-.662-.663-1.587 0-.95.663-1.6.662-.65 1.587-.65.95 0 1.6.65.65.65.65 1.6 0 .925-.65 1.587-.65.663-1.6.663Zm-4.8-8q-.925 0-1.587-.663Q9.75 8.925 9.75 8q0-.95.663-1.6.662-.65 1.587-.65.95 0 1.6.65.65.65.65 1.6 0 .925-.65 1.587-.65.663-1.6.663Z" }) })));
});
IconMaterialAtrW100Filled.displayName = 'AmauiIconMaterialAtrW100Filled';
exports.default = IconMaterialAtrW100Filled;