@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.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 IconMaterialAirwaveW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirwaveW100Filled', short_name: 'Airwave', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M18.3 8.95q-.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.6 9.713 6.362q-.588-.237-1.213-.237-.625 0-1.213.237-.587.238-1.062.688L5.075 8.2q-.125.125-.263.125-.137 0-.262-.125-.1-.1-.1-.25t.1-.25L5.7 6.55q.575-.575 1.313-.863Q7.75 5.4 8.5 5.4q.75 0 1.475.287.725.288 1.3.863l1.875 1.875q.5.5 1.088.737.587.238 1.237.238.65 0 1.237-.238.588-.237 1.088-.737l1.15-1.15q.125-.125.262-.125.138 0 .263.125.1.1.1.25t-.1.25Zm0 4.25q-.575.575-1.312.862-.738.288-1.513.288-.775 0-1.512-.288-.738-.287-1.313-.862l-1.875-1.875q-.475-.475-1.062-.712-.588-.238-1.213-.238-.625 0-1.213.238-.587.237-1.062.687L5.05 12.475q-.1.1-.25.1t-.25-.1q-.125-.125-.125-.263 0-.137.125-.262L5.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.5.5 1.075.737.575.238 1.225.238.65 0 1.25-.238.6-.237 1.1-.737l1.15-1.15q.125-.125.262-.125.138 0 .263.125.1.1.1.25t-.1.25Zm-.025 4.25q-.575.575-1.3.862-.725.288-1.5.288t-1.512-.3q-.738-.3-1.313-.875l-1.9-1.85q-.475-.475-1.062-.712-.588-.238-1.213-.238-.625 0-1.212.238-.588.237-1.063.687l-1.175 1.175q-.1.1-.237.1-.138 0-.263-.1-.1-.125-.1-.263 0-.137.1-.237L5.7 15.05q.575-.575 1.3-.862.725-.288 1.475-.288.75 0 1.488.288.737.287 1.312.862l1.875 1.875q.5.5 1.075.738.575.237 1.225.237.65 0 1.25-.237.6-.238 1.1-.738l1.15-1.15q.125-.125.25-.125t.25.125q.125.125.125.25t-.125.25Z" }) })));
});
IconMaterialAirwaveW100Filled.displayName = 'AmauiIconMaterialAirwaveW100Filled';
exports.default = IconMaterialAirwaveW100Filled;