@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 2.56 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 Timer48h64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M12.707 7.374a1 1 0 0 0-1.414-1.414L8.627 8.626h-.001L5.96 11.294a1 1 0 1 0 1.414 1.414l1.96-1.96 3.941 3.943A25.41 25.41 0 0 0 6.5 32c0 14.083 11.417 25.5 25.5 25.5S57.5 46.083 57.5 32a25.41 25.41 0 0 0-6.776-17.31l2.61-2.609.625.626a1 1 0 0 0 1.415-1.414L54.04 9.96l-1.333-1.334a1 1 0 1 0-1.414 1.415l.626.626-2.609 2.608A25.41 25.41 0 0 0 32 6.5a25.41 25.41 0 0 0-17.31 6.775l-3.942-3.942 1.96-1.96ZM9.5 32C9.5 19.574 19.574 9.5 32 9.5S54.5 19.574 54.5 32 44.426 54.5 32 54.5 9.5 44.426 9.5 32Zm31.016-8h-2.36v13.762h2.36V32c0-.648.186-1.162.557-1.541.372-.38.824-.569 1.357-.569.545 0 .99.183 1.338.55.359.355.539.845.539 1.468v5.854h2.36v-6.386c0-.758-.155-1.413-.465-1.963a3.06 3.06 0 0 0-1.245-1.285c-.533-.305-1.14-.458-1.821-.458a3.14 3.14 0 0 0-1.505.367 3.488 3.488 0 0 0-1.115.899V24Zm-9.179 14c-.941 0-1.765-.153-2.471-.459-.706-.318-1.251-.758-1.635-1.32-.372-.563-.558-1.212-.558-1.946 0-.721.198-1.333.595-1.834a4.193 4.193 0 0 1 1.542-1.175c-1.325-.697-1.988-1.663-1.988-2.899 0-.673.18-1.278.539-1.817.371-.55.898-.984 1.58-1.302.68-.318 1.48-.477 2.396-.477.917 0 1.716.159 2.398.477.681.318 1.201.752 1.56 1.302.372.539.558 1.144.558 1.817 0 .71-.186 1.29-.557 1.743a4.799 4.799 0 0 1-1.431 1.156c.62.282 1.133.673 1.542 1.175.409.501.613 1.113.613 1.834 0 .734-.192 1.383-.576 1.945-.384.563-.929 1.003-1.635 1.321-.706.306-1.53.46-2.472.46Zm-2.192-3.853c0 .611.204 1.1.613 1.468.409.354.935.532 1.58.532.644 0 1.17-.184 1.579-.55.421-.368.632-.85.632-1.45 0-.575-.205-1.046-.613-1.413-.397-.38-.93-.569-1.599-.569-.668 0-1.201.19-1.598.569-.396.367-.594.838-.594 1.413Zm.148-5.67c0 .514.18.954.54 1.321.359.367.86.55 1.504.55.645 0 1.146-.183 1.506-.55a1.82 1.82 0 0 0 .538-1.32c0-.576-.191-1.028-.575-1.359-.385-.342-.874-.513-1.469-.513-.594 0-1.084.17-1.468.513-.384.33-.576.783-.576 1.358Zm-7.662 6.532H16v-1.908l3.494-8.092h2.545l-3.438 7.945h3.03v-3.009h2.304v3.01h1.45v2.054h-1.45v2.753H21.63v-2.753Z" })));
};
exports.default = Timer48h64;