react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 1.02 kB
JavaScript
import * as React from 'react';
export function SvgSellcast(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M5 5v22h22V5H5zm2 2h18v18H7V7zm13.066 2.06c-.379-.068-.792.064-1.046.5l-.229.391c-2.301-1.293-5.255-.513-6.584 1.738-1.325 2.255-.528 5.163 1.768 6.461.886.505-.006-.004.88.5 1.191.672 2.202-1.087 1.03-1.75-.005 0-.887-.496-.887-.496-1.315-.747-1.779-2.418-1.016-3.707.763-1.289 2.469-1.736 3.784-.994.886.505-.006-.004.88.5.485.238.952.136 1.262-.168.128-.126.096-.094.906-1.47.426-.724-.116-1.391-.748-1.504zm-3.378 4.141c-.976-.104-1.62 1.317-.594 1.897.857.476.037.02.885.496 1.315.747 1.772 2.418 1.015 3.707-.763 1.289-2.468 1.736-3.783.994-.886-.505.005.004-.88-.5a1.039 1.039 0 00-1.405.37l-.748 1.269c-.6 1.018.922 2.475 2.013.617 2.301 1.293 5.255.513 6.584-1.738 1.33-2.252.535-5.16-1.771-6.465-.886-.505.003.004-.883-.5a1.128 1.128 0 00-.433-.147z" })));
}
export default SvgSellcast;