UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 1.13 kB
import * as React from 'react'; export function SvgAccusoft(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M18.74 6c-.522 0-5.96.022-6.457.033-.995 0-1.707-.01-.996.805.402.445 12.559 14.245 12.856 14.57.687.772 1.078.63 1.6.446.164-.054 5.98-2.26 6.099-2.325.414-.206-.083-.793-.367-1.119-.107-.108-10.627-11.67-10.745-11.8-.498-.577-.734-.61-1.99-.61zm-5.285 7s-.6.077-1.238.734C11.763 14.172.19 24.617.123 24.705c-.352.482.081.329.785.088.034 0 4.742-1.482 4.742-1.482.034-.033 0-.012.034-.034-.022-.24-.034-1.246-.045-1.312-.034-.252.103-.33.341-.428l5.536-1.955c.034-.033 4.405-3.44 4.484-3.518v-.054L13.455 13zm2.32 7c-.15.011-.486.045-.73.143-.243.098-7.364 2.233-7.62 2.32-.254.098-.58.174-.568.36.012.12.106.131.245.175.127.032 15.26 3.647 15.62 3.723.79.152 1.949.5 2.714.076.116-.055 6.286-4.074 6.39-4.139.267-.196.22-.325-.094-.39A40.225 40.225 0 0129.81 22s-5.834 2.329-5.963 2.383c-.811.349-1.369-.154-1.856-.7l-2.898-3.236c-.28-.043-3.062-.458-3.317-.447z" }))); } export default SvgAccusoft;