react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 672 B
JavaScript
import * as React from 'react';
export function SvgCreativeCommonsNcJp(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13 13-5.832 13-13S23.168 3 16 3zm0 2c6.065 0 11 4.935 11 11 0 1.238-.217 2.425-.596 3.537l-8.851-3.941L21 11h-2.375L16 14.313 13.531 11h-2.375l1.969 2.625-6.717-2.99C8.294 7.278 11.884 5 16 5zM5.596 12.463L13 15.76V18h2v1h-2v2h2v1h2v-1h2v-2h-2v-1h1.033l7.559 3.365C23.706 24.722 20.116 27 16 27 9.935 27 5 22.065 5 16c0-1.238.217-2.425.596-3.537z" })));
}
export default SvgCreativeCommonsNcJp;