react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 1.07 kB
JavaScript
import * as React from 'react';
export function SvgGlobeAsiaSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12 12-5.383 12-12S22.617 4 16 4zm.406 2.031c.961.04 1.88.18 2.75.469l-.468.656.375.782-.5 1 2.125.28.78 3.626 1.72 2.344 1.53.968-.593-1.656.563-.688 1.156.313c.113.605.156 1.238.156 1.875 0 .148-.023.293-.031.438l-.094-.188-.969.406-.25.625-.531.188.188 1.625.406.593-.282.782-1.5 2.375-.125.468A9.966 9.966 0 0116 26a9.957 9.957 0 01-7.625-3.531L6.969 19l.812-1.375-1.218-.688 1.375-.656.062-.75-.406-1.062.781.094.781 1.187.719.344-.219-.813.75-.75 1.219.875.656-.531L12 13.5l.969-1.375-.125-1.375 1.187-.719-.812-2 2.25-.125 1.25-1.593zM15 15.594l-2.656 2 .187 2.5.688.593 1.531-.812.781.219 1.344 1.437.813-.218.843-2L18 17.938l-1.063-2.063-.78 1.25zm5 4.219l-.188.062-.062 1.281-.438.594.5.469.625-.719zm-1.094 2.437l-1.281 1.469.344.375 1.5-1.438z" })));
}
export default SvgGlobeAsiaSolid;