@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.06 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 History48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M17 14.5h-6.602c2.988-4.236 7.919-7 13.493-7 9.112 0 16.5 7.387 16.5 16.5s-7.388 16.5-16.5 16.5c-8.492 0-15.488-6.416-16.4-14.665a1.5 1.5 0 0 0-2.981.33C5.588 35.916 13.852 43.5 23.89 43.5c10.77 0 19.5-8.73 19.5-19.5S34.66 4.5 23.89 4.5c-6.256 0-11.823 2.947-15.39 7.524V6a1.5 1.5 0 1 0-3 0v10A1.5 1.5 0 0 0 7 17.5h10a1.5 1.5 0 0 0 0-3Zm8.5 1.5a1.5 1.5 0 0 0-3 0v8c0 .398.158.78.44 1.06l4 4a1.5 1.5 0 0 0 2.12-2.12l-3.56-3.561V16Z" })));
};
exports.default = History48;