react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 788 B
JavaScript
import * as React from 'react';
export function SvgEtsy(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M23.969 5c-5.258.604-14.198.3-17.826.184v1.252c2.4.454 2.946.37 2.996 1.767.173 3.823.088 12.263 0 15.815-.018 1.337-.764 1.291-2.996 1.73V27c7.298-.233 12.306-.211 18.095 0 .074-.925.516-4.621.696-6H23.7c-1.392 3.293-1.66 4.416-4.642 4.416h-4.383c-1.473 0-2.174-.603-2.174-1.879v-6.824c3.266 0 4.32.098 4.32.098C18.317 16.834 18.55 18.03 19 20h1c-.106-4.833-.216-3.023 0-8h-1c-.648 2.787-.69 3.117-2.152 3.164 0 0-1.498.147-4.346.123v-8.04c0-.308.024-.48.527-.48h6.729c1.708 0 2.12 2.187 2.637 4.233H23.6c.044-.887.22-4.368.369-6z" })));
}
export default SvgEtsy;