@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.24 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("@onesy/ui-react");
const IconMaterialAzmW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AzmW100Filled', short_name: 'Azm', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M635-615v221q0 9.92 9.5 13.46Q654-377 661-384l59-59q8-8 13-19.28 5-11.28 5-23.72v-202q0-24.75-17.62-42.38Q702.75-748 678-748H476q-12.44 0-23.72 5T433-730l-59 59q-7 7-3.46 16.5T384-645h221q12.75 0 21.38 8.62Q635-627.75 635-615ZM452-432v221q0 9.92 9.5 13.46Q471-194 478-201l59-59q8-8 13-19.28 5-11.28 5-23.72v-202q0-24.75-17.62-42.38Q519.75-565 495-565H293q-12.44 0-23.72 5T250-547l-59 59q-7 7-3.46 16.5T201-462h221q12.75 0 21.38 8.62Q452-444.75 452-432Z" }) })));
});
IconMaterialAzmW100Filled.displayName = 'OnesyIconMaterialAzmW100Filled';
exports.default = IconMaterialAzmW100Filled;
;