@vimeo/iris
Version:
Vimeo Design System
17 lines (14 loc) • 769 B
JavaScript
import { c as __assign } from '../../tslib.es6-7f0e734f.js';
import React__default, { forwardRef } from 'react';
var AlignBottom = forwardRef(function (props, ref) { return (React__default.createElement("svg", __assign({ viewBox: "0 0 24 24", ref: ref }, props),
React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 14V6H14V14H10ZM8 5C8 4.44772 8.44772 4 9 4H15C15.5523 4 16 4.44772 16 5V15C16 15.5523 15.5523 16 15 16H9C8.44772 16 8 15.5523 8 15V5ZM5 18C4.44772 18 4 18.4477 4 19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19C20 18.4477 19.5523 18 19 18H5Z" }))); });
AlignBottom.tags = [
'align',
'bottom',
'editor',
'line',
'media',
'placement',
'position',
];
export { AlignBottom };