@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.36 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 IconMaterialBrandAwarenessW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BrandAwarenessW100', short_name: 'BrandAwareness', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M728-466h-92q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h92q5.95 0 9.975 4.035 4.025 4.035 4.025 10T737.975-470q-4.025 4-9.975 4ZM577-297q4-5 9.5-6t10.5 3l73 55q5 4 6 9.5t-3 10.5q-4 5-9.5 6t-10.5-3l-73-55q-5-4-6-9.5t3-10.5Zm89-422-73 55q-5 4-10.5 3t-9.5-6q-4-5-3-10.5t6-9.5l73-55q5-4 10.5-3t9.5 6q4 5 3 10.5t-6 9.5ZM308-412H208q-12.75 0-21.375-8.625T178-442v-76q0-12.75 8.625-21.375T208-548h100l100-100q7-7 16.5-3.281T434-638v316q0 9.562-9.5 13.281Q415-305 408-312L308-412Zm98-194-86 86H206v80h114l86 86v-252ZM306-480Z" }) })));
});
IconMaterialBrandAwarenessW100.displayName = 'AmauiIconMaterialBrandAwarenessW100';
exports.default = IconMaterialBrandAwarenessW100;