react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 1.03 kB
JavaScript
import * as React from 'react';
export function SvgCreativeCommonsNcEu(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.537L17 15.35V14h-2.719c.117-.383.262-.727.438-1 .44-.684.949-1 1.75-1 .734 0 1.16.305 1.812 1.063l1.532-1.313c-.81-.934-1.907-1.75-3.344-1.75-1.461 0-2.68.781-3.407 1.906-.272.423-.47.906-.634 1.408l-6.02-2.68C8.294 7.279 11.884 5 16 5zM5.596 12.463L11 14.869v.631h1.031c-.008.168-.031.332-.031.5 0 .168.023.332.031.5H11V18h1.219c.172.762.449 1.48.844 2.094.726 1.125 1.945 1.906 3.406 1.906 1.37 0 2.508-.691 3.343-1.656l-1.53-1.313c-.627.723-1.012.969-1.813.969-.801 0-1.31-.316-1.75-1a4.091 4.091 0 01-.438-1H17v-.459l8.592 3.824C23.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 SvgCreativeCommonsNcEu;