@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.84 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 IconMaterialAirwareW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirwareW100', short_name: 'Airware', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m4.8 8.375-.5-.5L5.7 6.45q.575-.575 1.313-.862Q7.75 5.3 8.5 5.3q.75 0 1.475.288.725.287 1.3.862l1.875 1.875q.475.475 1.075.725t1.25.25q.65 0 1.237-.25.588-.25 1.063-.725l1.425-1.4.5.5-1.4 1.425q-.575.575-1.312.862-.738.288-1.513.288-.775 0-1.512-.288-.738-.287-1.313-.862l-1.875-1.875Q10.3 6.5 9.713 6.25 9.125 6 8.5 6q-.625 0-1.213.25-.587.25-1.062.725Zm0 4.35-.5-.5L5.7 10.8q.575-.575 1.313-.862Q7.75 9.65 8.5 9.65q.75 0 1.475.288.725.287 1.3.862l1.875 1.875q.475.475 1.075.725t1.25.25q.65 0 1.237-.25.588-.25 1.063-.725l1.425-1.4.5.475-1.4 1.45q-.575.575-1.312.862-.738.288-1.513.288-.775 0-1.512-.288-.738-.287-1.313-.862l-1.875-1.9q-.475-.475-1.062-.713-.588-.237-1.213-.237-.625 0-1.213.237-.587.238-1.062.713Zm0 4.35-.5-.5 1.4-1.425q.575-.575 1.313-.875.737-.3 1.487-.3.75 0 1.475.3.725.3 1.3.875l1.875 1.875q.475.475 1.075.737.6.263 1.25.263t1.237-.263q.588-.262 1.063-.737l1.425-1.4.5.475-1.4 1.45q-.575.575-1.312.875-.738.3-1.513.3-.775 0-1.512-.3-.738-.3-1.313-.875l-1.875-1.9q-.475-.5-1.062-.738-.588-.237-1.213-.237-.625 0-1.213.237-.587.238-1.062.738Z" }) })));
});
IconMaterialAirwareW100.displayName = 'AmauiIconMaterialAirwareW100';
exports.default = IconMaterialAirwareW100;