@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.3 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 Satisfaction48 = (_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: "M7.5 24c0-9.113 7.387-16.5 16.5-16.5S40.5 14.887 40.5 24 33.113 40.5 24 40.5 7.5 33.113 7.5 24ZM24 4.5C13.23 4.5 4.5 13.23 4.5 24S13.23 43.5 24 43.5 43.5 34.77 43.5 24 34.77 4.5 24 4.5Zm-7.545 22.167a1 1 0 1 0-1.886.666A10.002 10.002 0 0 0 23.999 34c4.356 0 8.059-2.784 9.431-6.667a1 1 0 1 0-1.885-.666 8.004 8.004 0 0 1-15.09 0Zm-1.806-5.73a1 1 0 0 0 1.287-.586C16.221 19.59 17.016 19 18 19s1.779.591 2.064 1.35a1 1 0 1 0 1.872-.7C21.348 18.077 19.786 17 18 17s-3.348 1.078-3.936 2.65a1 1 0 0 0 .585 1.286Zm13.287-.586a1 1 0 1 1-1.872-.702C26.652 18.08 28.214 17 30 17s3.348 1.078 3.936 2.65a1 1 0 1 1-1.872.7C31.779 19.592 30.984 19 30 19s-1.779.591-2.064 1.35Z" })));
};
exports.default = Satisfaction48;