@icongo/sti
Version:
Super Tiny Icons
25 lines • 840 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 STIHtml5 = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "HTML5",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#e34f26",
d: "M71 460 30 0h451l-41 460-185 52"
}), /*#__PURE__*/_jsx("path", {
fill: "#ef652a",
d: "m256 472 149-41 35-394H256"
}), /*#__PURE__*/_jsx("path", {
fill: "#ebebeb",
d: "M256 208h-75l-5-58h80V94H114l15 171h127zm-1 147-63-17-4-45h-56l7 89 116 32z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M255 208v57h70l-7 73-63 17v59l116-32 16-174zm0-114v56h137l5-56z"
})]
}));
export { STIHtml5 };