react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 930 B
JavaScript
import * as React from 'react';
export function SvgSmileBeamSolid(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-5 7c-2.094 0-3.61 1.207-3.61 1.207l1.22 1.586S9.692 14 11.001 14s2.39.793 2.39.793l1.22-1.586C14.608 13.207 13.093 12 11 12zm10 0c-2.094 0-3.61 1.207-3.61 1.207l1.22 1.586S19.692 14 21.001 14s2.39.793 2.39.793l1.22-1.586C24.608 13.207 23.093 12 21 12zm-10.19 7l-1.72 1a8.111 8.111 0 002.87 2.896c.297.176.604.333.923.47a7.894 7.894 0 002.031.56 7.988 7.988 0 002.172 0 7.953 7.953 0 004.572-2.293A8.14 8.14 0 0022.91 20l-1.72-1a5.996 5.996 0 01-6.795 2.783 5.922 5.922 0 01-1.436-.611A6.02 6.02 0 0110.811 19z" })));
}
export default SvgSmileBeamSolid;