@icongo/sti
Version:
Super Tiny Icons
21 lines • 860 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 STIHp = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "HP",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#0096d6",
d: "M256 64c-2.9 0-5.8 0-8.6.2l-39.3 108h34.2c20.3 0 31.3 15.6 24.3 34.8l-48.4 133h-40.7l52-142.6H199L147 340h-40.6l61-168 36.9-101a192 192 0 0 0 7.2 371.7l35.7-98L310 172h75c20.3 0 31.3 15.7 24.3 34.9l-42.5 116.9a26.5 26.5 0 0 1-23.2 16.2h-54l-39.2 107.8 5.7.1a192 192 0 0 0 0-384zm85.6 133.3-42.8 117.4h30.6l42.8-117.4z"
})]
}));
export { STIHp };