@icongo/li
Version:
LibreICONS Icons
15 lines • 872 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LISocialUnsplash = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
className: "prefix__social-unsplash",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M6.994 6.009a1.81 1.81 0 0 0-1.807 1.807 1.8 1.8 0 0 0 1.807 1.796 1.81 1.81 0 0 0 1.808-1.807 1.792 1.792 0 0 0-1.808-1.796zm4.408-2.612h-1.4l-.314-.852c-.163-.408-.653-.746-1.085-.746H5.396c-.443 0-.92.338-1.084.746l-.315.852h-1.4A1.6 1.6 0 0 0 1 4.994v5.61A1.6 1.6 0 0 0 2.598 12.2h8.804A1.6 1.6 0 0 0 13 10.603V5.006a1.595 1.595 0 0 0-1.598-1.61zm-4.408 7.218a2.8 2.8 0 0 1-2.799-2.799 2.807 2.807 0 0 1 2.8-2.798 2.8 2.8 0 0 1 0 5.597z"
})
}));
export { LISocialUnsplash };