@gravity-ui/icons
Version:
Pack of Gravity UI icons
5 lines (4 loc) • 924 B
JavaScript
import * as React from 'react';
const LifeRing = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13.5c1.248 0 2.4-.416 3.323-1.117l-1.436-1.435A3.5 3.5 0 0 1 8 11.5a3.5 3.5 0 0 1-1.887-.552l-1.436 1.435A5.48 5.48 0 0 0 8 13.5M5.052 9.887A3.5 3.5 0 0 1 4.5 8c0-.695.203-1.343.552-1.887L3.617 4.677A5.48 5.48 0 0 0 2.5 8c0 1.248.416 2.4 1.117 3.323zm1.06-4.835L4.678 3.617A5.48 5.48 0 0 1 8 2.5c1.248 0 2.4.416 3.323 1.117L9.887 5.052A3.5 3.5 0 0 0 8 4.5c-.695 0-1.343.203-1.887.552m4.836 1.06c.35.545.552 1.193.552 1.888s-.203 1.343-.552 1.887l1.435 1.436A5.48 5.48 0 0 0 13.5 8c0-1.248-.416-2.4-1.117-3.323zM8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14m2-7a2 2 0 1 1-4 0 2 2 0 0 1 4 0", clipRule: "evenodd" })));
export default LifeRing;