UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.54 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 IconMaterialSettingsTimelapseW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SettingsTimelapseW100Filled', short_name: 'SettingsTimelapse', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M440-400v268q-11 0-18-6.5t-9-17.5l-11-88q-21-6-46.5-20T313-294l-78 34q-11 5-21.5 1T197-273l-38-66q-5-10-3-21t11-18l68-51q-2-12-3.5-25t-1.5-25q0-11 1.5-23.5T235-531l-68-51q-9-7-11.5-18t3.5-21l38-64q6-10 16-14t21 1l78 33q20-17 43.5-30.5T401-716l12-86q2-11 10-18.5t19-7.5h75q11 0 19.5 7.5T547-802l11 87q26 9 45.5 20.5T644-665l82-33q11-5 21-1.5t16 13.5l38 65q6 10 3.5 21T793-582l-72 54q2 8 2.5 14.5T725-499q1 14-8.5 23.5T693-466H565q1-4 1-7v-7q0-37-25.5-62.5T478-568q-37 0-62.5 25.5T390-480q0 26 13.5 47.5T440-400Zm283 48 115 69q8 5 8 13t-8 13l-115 69q-8 5-15.5.5T700-201v-138q0-9 7.5-13.5t15.5.5Zm-160 0 115 69q8 5 8 13t-8 13l-115 69q-8 5-15.5.5T540-201v-138q0-9 7.5-13.5t15.5.5Z" }) }))); }); IconMaterialSettingsTimelapseW100Filled.displayName = 'OnesyIconMaterialSettingsTimelapseW100Filled'; exports.default = IconMaterialSettingsTimelapseW100Filled;