react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 616 B
JavaScript
import * as React from 'react';
export function SvgCreativeCommonsPdAlt(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 11s-4.935 11-11 11S5 22.065 5 16 9.935 5 16 5zm-7 7v8h2v-2h2c1.654 0 3-1.346 3-3s-1.346-3-3-3H9zm8 0v8h3.5c1.93 0 3.5-1.794 3.5-4s-1.57-4-3.5-4H17zm-6 2h2a1.001 1.001 0 010 2h-2v-2zm8 0h1.5c.813 0 1.5.916 1.5 2s-.687 2-1.5 2H19v-4z" })));
}
export default SvgCreativeCommonsPdAlt;