@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.32 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 IconMaterialTimer3SelectW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Timer3SelectW100Filled', short_name: 'Timer3Select', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M414-246H220q-6 0-10-4t-4-10q0-6 4-10t10-4h194q14 0 23-9t9-23v-128q0-14-9-23t-23-9H220q-6 0-10-4t-4-10q0-6 4-10t10-4h194q14 0 23-9t9-23v-128q0-14-9-23t-23-9H220q-6 0-10-4t-4-10q0-6 4-10t10-4h194q25 0 42.5 17.5T474-654v136q0 15-8.5 26.5T443-480q14 0 22.5 11.5T474-442v136q0 25-17.5 42.5T414-246Zm352 0H620q-6 0-10-4t-4-10q0-6 4-10t10-4h146v-92H634q-11 0-19.5-8.5T606-394v-92q0-11 8.5-19.5T634-514h146q6 0 10 4t4 10q0 6-4 10t-10 4H634v92h132q11 0 19.5 8.5T794-366v92q0 11-8.5 19.5T766-246Z" }) })));
});
IconMaterialTimer3SelectW100Filled.displayName = 'OnesyIconMaterialTimer3SelectW100Filled';
exports.default = IconMaterialTimer3SelectW100Filled;
;