@icongo/li
Version:
LibreICONS Icons
15 lines • 671 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LISocialDelicious = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
className: "prefix__social-delicious",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M11.544 1H2.456C1.652 1 1 1.652 1 2.456v9.088C1 12.348 1.652 13 2.456 13h9.088c.804 0 1.456-.652 1.456-1.456V2.456C13 1.652 12.348 1 11.544 1Zm.291 10.369a.466.466 0 0 1-.466.466H7V7H2.165V2.631c0-.257.209-.466.466-.466H7V7h4.835v4.369z"
})
}));
export { LISocialDelicious };