UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.53 kB
'use strict'; 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 Draw32 = (_a) => { var { fill, size = '2rem' } = _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 32 32" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M4.033 2.834a.5.5 0 0 1 .466.532c-.1 1.501.016 2.784.277 3.862.33-.438.693-.81 1.078-1.119 1.372-1.097 3.012-1.353 4.338-.87 1.342.487 2.308 1.716 2.308 3.427 0 1.622-.59 2.836-1.556 3.514-.963.675-2.208.752-3.38.284-1.128-.451-2.186-1.396-2.945-2.823-.981 2.678-1.059 7.016 1.187 13.529a.5.5 0 1 1-.946.326c-2.518-7.305-2.249-12.202-.788-15.122-.473-1.376-.705-3.07-.571-5.074a.5.5 0 0 1 .532-.466Zm1.135 5.621c.676 1.671 1.744 2.67 2.768 3.08.912.365 1.792.276 2.433-.174.638-.447 1.131-1.316 1.131-2.695 0-1.288-.7-2.143-1.65-2.488-.966-.351-2.243-.19-3.371.712-.474.379-.925.895-1.311 1.565Zm19.54-3.162a1 1 0 0 0-1.415 0L9.96 18.626a1 1 0 0 0-.242.39l-2 6a1 1 0 0 0 1.265 1.266l6-2a1 1 0 0 0 .39-.242l13.334-13.333a1 1 0 0 0 0-1.414l-4-4ZM11.28 20.654l-1.032 3.098 3.098-1.033-2.066-2.065Zm13.033-8.382L26.586 10 24 7.414l-2.272 2.272 2.585 2.586Zm-.707.707-9.293 9.294-2.586-2.586 9.293-9.294 2.586 2.586Z" }))); }; exports.default = Draw32;