UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.15 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 Survey24 = (_a) => { var { fill, size = '1.5rem' } = _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 24 24" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M4 3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3Zm2 1v16h12V4H6Zm6 9.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-6a1 1 0 0 0-1 1 1 1 0 1 1-2 0 3 3 0 1 1 6 0c0 .685-.177 1.235-.495 1.686-.28.397-.64.666-.874.84l-.031.024c-.269.201-.388.3-.47.417-.057.08-.13.218-.13.533a1 1 0 1 1-2 0c0-.685.177-1.235.495-1.686.28-.397.64-.666.874-.84l.031-.024c.269-.202.388-.3.47-.417.057-.08.13-.218.13-.533a1 1 0 0 0-1-1ZM10 18a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5Zm-1.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z" }))); }; exports.default = Survey24;