@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.29 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 IconMaterialTimer10Select = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Timer10Select', short_name: 'Timer10Select', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M400-320h120v-320H400v320Zm0 120q-50 0-85-35t-35-85v-320q0-50 35-85t85-35h120q50 0 85 35t35 85v320q0 50-35 85t-85 35H400ZM120-640h-20q-25 0-42.5-17.5T40-700q0-25 17.5-42.5T100-760h80q25 0 42.5 17.5T240-700v440q0 25-17.5 42.5T180-200q-25 0-42.5-17.5T120-260v-380Zm746 440H720q-17 0-28.5-11.5T680-240q0-17 11.5-28.5T720-280h120v-40H734q-23 0-38.5-15.5T680-374v-92q0-23 15.5-38.5T734-520h146q17 0 28.5 11.5T920-480q0 17-11.5 28.5T880-440H760v40h106q23 0 38.5 15.5T920-346v92q0 23-15.5 38.5T866-200Z" }) })));
});
IconMaterialTimer10Select.displayName = 'OnesyIconMaterialTimer10Select';
exports.default = IconMaterialTimer10Select;