UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 956 B
'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 CrossCircleFilled64 = (_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: "M32 6.5C17.917 6.5 6.5 17.917 6.5 32S17.917 57.5 32 57.5 57.5 46.083 57.5 32 46.083 6.5 32 6.5Zm-9.06 16.44a1.5 1.5 0 0 1 2.12 0L32 29.878l6.94-6.94a1.5 1.5 0 0 1 2.12 2.122L34.122 32l6.94 6.94a1.5 1.5 0 0 1-2.122 2.12L32 34.122l-6.94 6.94a1.5 1.5 0 0 1-2.12-2.122L29.878 32l-6.94-6.94a1.5 1.5 0 0 1 0-2.12Z" }))); }; exports.default = CrossCircleFilled64;