UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 887 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BackwardSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BackwardSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", d: "M14.25 8.947c0-1.81-1.502-3.302-3.387-3.302H2.837l1.642 1.609a.75.75 0 0 1-1.05 1.071L.477 5.431a.75.75 0 0 1 0-1.072L3.43 1.464a.75.75 0 0 1 1.05 1.072L2.837 4.145h8.025c2.684 0 4.887 2.136 4.887 4.802 0 2.667-2.203 4.803-4.887 4.803H5.295a.75.75 0 0 1 0-1.5h5.568c1.885 0 3.387-1.493 3.387-3.303" }))); }); exports.BackwardSIcon.displayName = 'BackwardSIcon';