@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.99 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 IconMaterialNestClockFarsightDigital = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NestClockFarsightDigital', short_name: 'NestClockFarsightDigital', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M265-404h24v-152h-17l-45 32 13 19 25-18v119Zm57 1h100v-23h-66v-2l39-40q12-12 18-24t6-24q0-20-13.5-32T371-560q-18 0-31 9t-18 25l21 10q4-10 11-15t17-5q11 0 17.5 5.5T395-515q0 12-17 31l-56 58v23Zm141-1q8 0 13-5t5-13q0-8-5-13t-13-5q-8 0-13 5t-5 13q0 8 5 13t13 5Zm0-81q8 0 13-5t5-13q0-8-5-13t-13-5q-8 0-13 5t-5 13q0 8 5 13t13 5Zm92 85q23 0 37-13t14-33q0-14-7-23.5T580-484v-1q10-5 15.5-13.5T601-518q0-17-14-29.5T553-560q-17 0-29.5 8.5T505-528l22 9q4-9 10.5-13.5T553-537q11 0 17 5.5t6 13.5q0 10-7.5 16.5T550-495h-12v23h13q14 0 21.5 5.5T580-450q0 11-8 18.5t-20 7.5q-11 0-17.5-6T524-449l-23 9q6 19 20 29.5t34 10.5Zm125 0q22 0 37.5-15t15.5-37q0-20-13-34.5T687-501q-2 0-16 4l-1-1 35-48-20-14-39 56q-12 17-16 28t-4 21q0 23 15.5 39t38.5 16Zm-1-23q-12 0-20.5-8.5T650-452q0-12 8.5-20.5T679-481q12 0 20.5 8.5T708-452q0 12-8.5 20.5T679-423ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 320q133 0 226.5-93.5T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160Z" }) })));
});
IconMaterialNestClockFarsightDigital.displayName = 'OnesyIconMaterialNestClockFarsightDigital';
exports.default = IconMaterialNestClockFarsightDigital;
;