@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.6 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Timer2h20 = (_a) => {
var { fill, size = '1.25rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M4.103 2.437a.5.5 0 0 0-.707-.707l-.833.833-.833.833a.5.5 0 1 0 .707.707l.48-.48.906.907a8.25 8.25 0 1 0 12.353 0l.49-.49.064.063a.5.5 0 0 0 .707-.707l-.417-.416-.416-.417a.5.5 0 1 0-.708.707l.063.063-.49.49A8.219 8.219 0 0 0 10 1.75a8.219 8.219 0 0 0-5.47 2.073l-.906-.906.48-.48ZM3.25 10a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Zm7.74-2.5h-.739v4.375h.74v-1.832c0-.206.057-.37.174-.49a.568.568 0 0 1 .425-.18c.17 0 .31.058.419.174.112.113.168.269.168.467v1.86h.74v-2.03c0-.24-.049-.448-.146-.623a.966.966 0 0 0-.39-.409 1.112 1.112 0 0 0-.57-.145.974.974 0 0 0-.472.116c-.14.074-.256.17-.349.286V7.5ZM8.186 9.88l-1.42 1.33v.665h2.799v-.7H7.819l.972-.91c.256-.237.44-.459.553-.665.116-.21.174-.434.174-.67a1.105 1.105 0 0 0-.657-1.028 1.74 1.74 0 0 0-.774-.157c-.373 0-.683.087-.932.262-.248.175-.41.391-.488.648l.727.21a.663.663 0 0 1 .262-.327.728.728 0 0 1 .419-.122c.194 0 .347.054.46.163a.54.54 0 0 1 .169.414.818.818 0 0 1-.111.414c-.074.125-.21.282-.407.473Z" })));
};
exports.default = Timer2h20;