UNPKG

@vimeo/iris

Version:
10 lines (7 loc) 689 B
import { c as __assign } from '../../tslib.es6-7f0e734f.js'; import React__default, { forwardRef } from 'react'; var CircleInfoSmall = forwardRef(function (props, ref) { return (React__default.createElement("svg", __assign({ viewBox: "0 0 20 20", ref: ref }, props), React__default.createElement("g", { fill: "#1a2e3b" }, React__default.createElement("path", { d: "M10 16a6 6 0 1 1 6-6 6 6 0 0 1-6 6zm0-11a5 5 0 1 0 5 5 5 5 0 0 0-5-5z" }), React__default.createElement("path", { d: "M10 9a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 10 9zm0-2a.5.5 0 0 1 .5.5.5.5 0 0 1-.5.5.5.5 0 0 1-.5-.5.5.5 0 0 1 .5-.5z" })))); }); export { CircleInfoSmall };