@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.34 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 Survey64 = (_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: "M11.833 8a1.5 1.5 0 0 1 1.5-1.5h37.334a1.5 1.5 0 0 1 1.5 1.5v48a1.5 1.5 0 0 1-1.5 1.5H13.333a1.5 1.5 0 0 1-1.5-1.5V8Zm3 1.5v45h34.334v-45H14.833ZM32 36.333A2.333 2.333 0 1 0 32 41a2.333 2.333 0 0 0 0-4.667Zm0-17.5a3.833 3.833 0 0 0-3.833 3.834 1.5 1.5 0 0 1-3 0 6.833 6.833 0 1 1 13.666 0c0 1.61-.411 2.837-1.108 3.823-.638.904-1.468 1.526-2.1 2l-.058.043c-.695.521-1.166.889-1.508 1.374-.304.43-.56 1.038-.56 2.093a1.5 1.5 0 0 1-3 0c0-1.611.413-2.837 1.109-3.823.638-.904 1.468-1.526 2.1-2l.059-.044c.694-.52 1.165-.888 1.508-1.373.303-.43.558-1.038.558-2.093A3.833 3.833 0 0 0 32 18.833ZM27 48a1 1 0 0 1 1-1h13.333a1 1 0 0 1 0 2H28a1 1 0 0 1-1-1Zm-4.333 1.333a1.333 1.333 0 1 0 0-2.666 1.333 1.333 0 0 0 0 2.666Z" })));
};
exports.default = Survey64;