@brizy/ui-icons
Version:
10 lines (9 loc) • 1.07 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Footer = void 0;
const react_1 = __importDefault(require("react"));
exports.Footer = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
react_1.default.createElement("path", { fill: "currentColor", d: "M16 10H0v4.718c0 .446.046.607.134.77.087.163.215.291.378.378.163.088.324.134.77.134h13.436c.446 0 .607-.046.77-.134a.909.909 0 0 0 .378-.378c.088-.163.134-.324.134-.77V10Zm0-2V1.282c0-.446-.046-.607-.134-.77a.909.909 0 0 0-.378-.378C15.325.046 15.164 0 14.718 0H1.282C.836 0 .675.046.512.134a.909.909 0 0 0-.378.378C.046.675 0 .836 0 1.282V8h2V3.282c0-.446.046-.607.134-.77a.909.909 0 0 1 .378-.378c.163-.088.324-.134.77-.134h9.436c.446 0 .607.046.77.134.163.087.291.215.378.378.088.163.134.324.134.77V8h2Z" })));