UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 969 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 InfoCircle64 = (_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 9.5C19.574 9.5 9.5 19.574 9.5 32S19.574 54.5 32 54.5 54.5 44.426 54.5 32 44.426 9.5 32 9.5ZM6.5 32C6.5 17.917 17.917 6.5 32 6.5S57.5 17.917 57.5 32 46.083 57.5 32 57.5 6.5 46.083 6.5 32ZM32 27.833a1.5 1.5 0 0 1 1.5 1.5v13.334a1.5 1.5 0 0 1-3 0V29.333a1.5 1.5 0 0 1 1.5-1.5ZM32 24a2.667 2.667 0 1 0 0-5.333A2.667 2.667 0 0 0 32 24Z" }))); }; exports.default = InfoCircle64;