UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.02 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 CrossCircle48 = (_a) => { var { fill, size = '3rem' } = _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 48 48" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M7.5 24c0-9.113 7.387-16.5 16.5-16.5S40.5 14.887 40.5 24 33.113 40.5 24 40.5 7.5 33.113 7.5 24ZM24 4.5C13.23 4.5 4.5 13.23 4.5 24S13.23 43.5 24 43.5 43.5 34.77 43.5 24 34.77 4.5 24 4.5Zm-4.94 12.44a1.5 1.5 0 0 0-2.12 2.12L21.878 24l-4.94 4.94a1.5 1.5 0 0 0 2.122 2.12L24 26.122l4.94 4.94a1.5 1.5 0 0 0 2.12-2.122L26.122 24l4.94-4.94a1.5 1.5 0 0 0-2.122-2.12L24 21.878l-4.94-4.94Z" }))); }; exports.default = CrossCircle48;