UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.61 kB
"use strict"; 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 IconMaterialTransferWithinAStationW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TransferWithinAStationW100', short_name: 'TransferWithinAStation', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m152-82 109-566-132 55v113q0 6-4 10t-10 4q-6 0-10-4t-4-10v-112q0-9 5.5-16.5T120-620l158-65q25-11 47-7.5t36 26.5l39 63q23 38 63.5 67t90.5 38q6 2 10.5 6t4.5 10q0 6-4.5 9.5T554-470q-50-8-101.5-40.5T362-611l-39 199 77 75q5 5 7 10.5t2 11.5v235q0 6-4 10t-10 4q-6 0-10-4t-4-10v-209L255-410 179-77q-1 5-4.5 8t-8.5 3q-7 0-11.5-5T152-82Zm223-674q-27 0-45.5-18.5T311-820q0-27 18.5-45.5T375-884q27 0 45.5 18.5T439-820q0 27-18.5 45.5T375-756Zm424 630H585q-6 0-10-4t-4-10q0-6 4-10t10-4h214l-34-34q-4-4-4.5-9.5T765-208q5-5 10-5t10 5l47 47q9 9 9 21t-9 21l-47 47q-4 4-9.5 4.5T765-72q-5-5-5-10t5-10l34-34ZM631-296l34 34q4 4 4.5 9.5T665-242q-5 5-10 5t-10-5l-47-47q-9-9-9-21t9-21l47-47q4-4 9.5-4.5T665-378q5 5 5 10t-5 10l-34 34h214q6 0 10 4t4 10q0 6-4 10t-10 4H631Z" }) }))); }); IconMaterialTransferWithinAStationW100.displayName = 'OnesyIconMaterialTransferWithinAStationW100'; exports.default = IconMaterialTransferWithinAStationW100;