@icongo/sti
Version:
Super Tiny Icons
28 lines • 771 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STILastpass = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "LastPass",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#d32d27",
rx: "15%"
}), /*#__PURE__*/_jsxs("g", {
stroke: "#fff",
strokeLinecap: "round",
children: [/*#__PURE__*/_jsx("path", {
strokeWidth: 88,
d: "M108 256zm119 0zm120 0z"
}), /*#__PURE__*/_jsx("path", {
strokeWidth: 20,
d: "M438 170v172"
})]
})]
}));
export { STILastpass };