@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.74 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 Sharpening64 = (_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: "M9.55 30.5h7.692c.752-7.488 7.072-13.333 14.758-13.333 7.686 0 14.007 5.845 14.758 13.333h7.693C53.679 18.773 43.922 9.5 32 9.5s-21.679 9.273-22.45 21ZM8 33.5h1.196c-.02.386-.03.776-.03 1.167C9.167 47.277 19.39 57.5 32 57.5a22.74 22.74 0 0 0 11.81-3.287l.559 2.05a1 1 0 0 0 .257.444l1.334 1.333a1 1 0 1 0 1.414-1.414l-1.146-1.145-3.47-12.722 12.723 3.47 1.145 1.145a1 1 0 0 0 1.414-1.414l-1.333-1.334a1 1 0 0 0-.444-.257l-3.2-.873a22.766 22.766 0 0 0 1.741-9.996H56a1.5 1.5 0 0 0 1.5-1.5C57.5 17.917 46.083 6.5 32 6.5S6.5 17.917 6.5 32A1.5 1.5 0 0 0 8 33.5Zm4.167 1.167c0-.392.011-.781.033-1.167h6.467a1.5 1.5 0 0 0 1.5-1.5c0-6.535 5.298-11.833 11.833-11.833S43.833 25.465 43.833 32a1.5 1.5 0 0 0 1.5 1.5H51.8c.022.386.033.775.033 1.167 0 2.861-.605 5.578-1.693 8.032l-8.544-2.33a1 1 0 0 0-1.227 1.227l2.614 9.588A19.734 19.734 0 0 1 32 54.5c-10.954 0-19.833-8.88-19.833-19.833ZM32 33a1.667 1.667 0 1 0 0 3.333A1.667 1.667 0 0 0 32 33Zm-3.667 1.667a3.667 3.667 0 1 1 7.334 0 3.667 3.667 0 0 1-7.334 0Zm-7.64 4.933a1 1 0 1 0-1.833.8C21.07 45.46 26.12 49 32 49a1 1 0 1 0 0-2c-5.056 0-9.404-3.042-11.308-7.4Z" })));
};
exports.default = Sharpening64;